UpdateParticipantPermissionOptions constructor
Implementation
UpdateParticipantPermissionOptions({
required this.socket,
required this.participant,
required this.newLevel,
required this.member,
required this.islevel,
required this.roomName,
this.showAlert,
});