Call Reject Content
@JsonClass(generateAdapter = true )
Content copied to clipboard
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
fun CallRejectContent( @Json(name = "call_id" ) callId: String, @Json(name = "party_id" ) partyId: String? = null, @Json(name = "version" ) version: String?, @Json(name = "reason" ) reason: EndCallReason? = null)
Content copied to clipboard