CallInviteContent
@JsonClass(generateAdapter = true)
Content copied to clipboard
This event is sent by the caller when they wish to establish a call.
Constructors
Link copied to clipboard
fun CallInviteContent( @Json(name = "call_id") callId: String?, @Json(name = "party_id") partyId: String? = null, @Json(name = "offer") offer: CallInviteContent.Offer?, @Json(name = "version") version: String?, @Json(name = "lifetime") lifetime: Int?, @Json(name = "invitee") invitee: String? = null, @Json(name = "capabilities") capabilities: CallCapabilities? = null)
Content copied to clipboard