CallAnswerContent
@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 CallAnswerContent( @Json(name = "call_id") callId: String, @Json(name = "party_id") partyId: String? = null, @Json(name = "answer") answer: CallAnswerContent.Answer, @Json(name = "version") version: String?, @Json(name = "capabilities") capabilities: CallCapabilities? = null)
Content copied to clipboard