BulkUpdateParticipantPermissionsOptions constructor
Implementation
BulkUpdateParticipantPermissionsOptions({
required this.socket,
required this.participants,
required this.newLevel,
required this.member,
required this.islevel,
required this.roomName,
this.showAlert,
this.maxBatchSize = 50,
});