producers\socket_receive_methods\all_members_rest library

Classes

AllMembersRestOptions
Options required for handling all members in the room.
AllMembersRestParameters
Contains all parameters required for handling member updates and configurations in the room.

Functions

allMembersRest(AllMembersRestOptions options) → Future<void>
Main function to handle participant updates, settings, and server connections in the room.

Typedefs

AllMembersRestType = Future<void> Function(AllMembersRestOptions options)
UpdateBoolean = void Function(bool)
UpdateCoHost = void Function(String)
UpdateCoHostResponsibility = void Function(List<CoHostResponsibility>)
UpdateIPs = void Function(List<String>)
UpdateParticipants = void Function(List<Participant>)
UpdateParticipantsAll = void Function(List<Participant>)
Callback function type definitions
UpdateRequestList = void Function(List<Request>)
UpdateSetting = void Function(String)
UpdateSockets = void Function(List<ConsumeSocket>)