Call Reject Content
@JsonClass(generateAdapter = true )
Sent by either party to signal their termination of the call. This can be sent either once the call has been established or before to abort the call.
Constructors
Link copied to clipboard
constructor(@Json(name = "call_id" ) callId: String, @Json(name = "party_id" ) partyId: String? = null, @Json(name = "version" ) version: String?, @Json(name = "reason" ) reason: EndCallReason? = null)