Call Candidates Content
@JsonClass(generateAdapter = true )
Content copied to clipboard
This event is sent by callers after sending an invite and by the callee after answering. Its purpose is to give the other party additional ICE candidates to try using to communicate.
Constructors
Link copied to clipboard
fun CallCandidatesContent( @Json(name = "call_id" ) callId: String, @Json(name = "party_id" ) partyId: String? = null, @Json(name = "candidates" ) candidates: List<CallCandidate> = emptyList(), @Json(name = "version" ) version: String?)
Content copied to clipboard