producers/socket_receive_methods/all_members library
Classes
- AllMembersOptions
 - Options for managing all members.
 - AllMembersParameters
 - Defines parameters for managing all members.
 
Functions
- 
  allMembers(
AllMembersOptions options) → Future< void>  - Manages all members and updates the UI.
 
Typedefs
- 
    AllMembersType
      = Future<
void> Function(AllMembersOptions options) - UpdateBoolean = void Function(bool)
 - UpdateCoHost = void Function(String)
 - 
    UpdateCoHostResponsibility
      = void Function(List<
CoHostResponsibility> ) - UpdateHostFirstSwitch = void Function(bool)
 - 
    UpdateIPs
      = void Function(List<
String> ) - 
    UpdateParticipants
      = void Function(List<
Participant> ) - Callback function type for updating participant data.
 - 
    UpdateParticipantsAll
      = void Function(List<
Participant> ) - 
    UpdateRequestList
      = void Function(List<
Request> ) - 
    UpdateSockets
      = void Function(List<
ConsumeSocket> ) - UpdateTotalReqWait = void Function(int)