methods/participants_methods/mute_participants library
Classes
- MuteParticipantsOptions
- Defines options for muting a participant in a room.
Functions
- 
  muteParticipants(MuteParticipantsOptions options) → Future< void> 
- Mutes a participant in the room if the current member has the necessary permissions.
Typedefs
- 
    MuteParticipantsType
      = Future<void> Function(MuteParticipantsOptions options)
- Type definition for the function that mutes a participant.