MuteParticipantsOptions constructor

MuteParticipantsOptions(
  1. {Socket? socket,
  2. required List<CoHostResponsibility> coHostResponsibility,
  3. required Participant participant,
  4. required String member,
  5. required String islevel,
  6. ShowAlert? showAlert,
  7. required String coHost,
  8. required String roomName}
)

Implementation

MuteParticipantsOptions({
  this.socket,
  required this.coHostResponsibility,
  required this.participant,
  required this.member,
  required this.islevel,
  this.showAlert,
  required this.coHost,
  required this.roomName,
});