CallNegotiateContent
@JsonClass(generateAdapter = true)
Content copied to clipboard
This introduces SDP negotiation semantics for media pause, hold/resume, ICE restarts and voice/video call up/downgrading.
Constructors
Link copied to clipboard
fun CallNegotiateContent( @Json(name = "call_id") callId: String, @Json(name = "party_id") partyId: String? = null, @Json(name = "lifetime") lifetime: Int?, @Json(name = "description") description: CallNegotiateContent.Description? = null, @Json(name = "version") version: String?)
Content copied to clipboard
Types
Link copied to clipboard
@JsonClass(generateAdapter = true)
Content copied to clipboard