menu
mediasfu_sdk
methods\breakout_rooms_methods\breakout_room_updated.dart
UpdateParticipants typedef
UpdateParticipants
dark_mode
light_mode
UpdateParticipants
typedef
UpdateParticipants
=
void Function
(
List
<
Participant
>
participants
)
Implementation
typedef UpdateParticipants = void Function(List<Participant> participants);
mediasfu_sdk
breakout_room_updated
UpdateParticipants typedef
breakout_room_updated library