CallSelectAnswerContent
@JsonClass(generateAdapter = true)
Content copied to clipboard
This event is sent by the callee when they wish to answer the call.
Constructors
Link copied to clipboard
fun CallSelectAnswerContent( @Json(name = "call_id") callId: String, @Json(name = "party_id") partyId: String? = null, @Json(name = "selected_party_id") selectedPartyId: String? = null, @Json(name = "version") version: String?)
Content copied to clipboard