BreakoutRoomUpdatedData

@Serializable
data class BreakoutRoomUpdatedData(val forHost: Boolean? = null, val newRoom: Int? = null, val members: List<Participant> = emptyList(), val breakoutRooms: List<List<BreakoutParticipant>> = emptyList(), val status: String? = null)

Constructors

Link copied to clipboard
constructor(forHost: Boolean? = null, newRoom: Int? = null, members: List<Participant> = emptyList(), breakoutRooms: List<List<BreakoutParticipant>> = emptyList(), status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val forHost: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val newRoom: Int? = null
Link copied to clipboard
val status: String? = null