MuteParticipantsOptions constructor
- {Socket? socket,
- required List<
CoHostResponsibility> coHostResponsibility, - required Participant participant,
- required String member,
- required String islevel,
- ShowAlert? showAlert,
- required String coHost,
- 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,
});