CallReplacesContent
@JsonClass(generateAdapter = true)
Content copied to clipboard
This event is sent to signal the intent of a participant in a call to replace the call with another, such that the other participant ends up in a call with a new user.
Constructors
Link copied to clipboard
fun CallReplacesContent( @Json(name = "call_id") callId: String, @Json(name = "party_id") partyId: String? = null, @Json(name = "replacement_id") replacementId: String? = null, @Json(name = "target_room") targetRoomId: String? = null, @Json(name = "target_user") targetUser: CallReplacesContent.TargetUser? = null, @Json(name = "create_call") createCall: String? = null, @Json(name = "await_call") awaitCall: String? = null, @Json(name = "version") version: String?)
Content copied to clipboard
Types
Link copied to clipboard
@JsonClass(generateAdapter = true)
Content copied to clipboard