BreakoutRoomUpdatedData

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