UpdateBreakoutRooms typedef
UpdateBreakoutRooms =
void Function(List<List<BreakoutParticipant> > rooms)
Implementation
typedef UpdateBreakoutRooms = void Function(
List<List<BreakoutParticipant>> rooms);
typedef UpdateBreakoutRooms = void Function(
List<List<BreakoutParticipant>> rooms);