menu
quickrtc_flutter_client package
documentation
state/quick_rtc_state.dart
QuickRTCState
participants property
participants property
dark_mode
light_mode
participants
property
Map
<
String
,
RemoteParticipant
>
participants
final
Map of remote participants by their ID
Implementation
final Map<String, RemoteParticipant> participants;
quickrtc_flutter_client package
documentation
state/quick_rtc_state
QuickRTCState
participants property
QuickRTCState class