currentRoom property
final
The current breakout room being edited. Null if no room is selected.
Implementation
final List<BreakoutParticipant>? currentRoom;
The current breakout room being edited. Null if no room is selected.
final List<BreakoutParticipant>? currentRoom;