CallCandidatesContent
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