currentRoom property

List<BreakoutParticipant>? currentRoom
final

The current breakout room being edited. Null if no room is selected.

Implementation

final List<BreakoutParticipant>? currentRoom;