ResponseJoinRoom

data class ResponseJoinRoom(val rtpCapabilities: RtpCapabilities? = null, val success: Boolean? = false, val roomRecvIPs: List<String>? = null, val meetingRoomParams: MeetingRoomParams? = null, val recordingParams: RecordingParams? = null, val secureCode: String? = null, val recordOnly: Boolean? = null, val isHost: Boolean? = null, val safeRoom: Boolean? = null, val autoStartSafeRoom: Boolean? = null, val safeRoomStarted: Boolean? = null, val safeRoomEnded: Boolean? = null, val reason: String? = null, val banned: Boolean? = null, val suspended: Boolean? = null, val noAdmin: Boolean? = null)

Response received when joining a room.

Contains RTP capabilities, room parameters, and status flags indicating whether the user is the host, if recording is allowed, and various room states.

Constructors

Link copied to clipboard
constructor(rtpCapabilities: RtpCapabilities? = null, success: Boolean? = false, roomRecvIPs: List<String>? = null, meetingRoomParams: MeetingRoomParams? = null, recordingParams: RecordingParams? = null, secureCode: String? = null, recordOnly: Boolean? = null, isHost: Boolean? = null, safeRoom: Boolean? = null, autoStartSafeRoom: Boolean? = null, safeRoomStarted: Boolean? = null, safeRoomEnded: Boolean? = null, reason: String? = null, banned: Boolean? = null, suspended: Boolean? = null, noAdmin: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val banned: Boolean? = null
Link copied to clipboard
val isHost: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val noAdmin: Boolean? = null
Link copied to clipboard
val reason: String? = null
Link copied to clipboard
Link copied to clipboard
val recordOnly: Boolean? = null
Link copied to clipboard
val roomRecvIPs: List<String>? = null
Link copied to clipboard
Link copied to clipboard
val safeRoom: Boolean? = null
Link copied to clipboard
val safeRoomEnded: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val secureCode: String? = null
Link copied to clipboard
val success: Boolean? = false
Link copied to clipboard
val suspended: Boolean? = null