FocusPanelistsOptions constructor
FocusPanelistsOptions({ - required Socket socket,
- required String roomName,
- required String member,
- required String islevel,
- required bool focusEnabled,
- bool muteOthersMic = false,
- bool muteOthersCamera = false,
- ShowAlert? showAlert,
})
Implementation
FocusPanelistsOptions({
required this.socket,
required this.roomName,
required this.member,
required this.islevel,
required this.focusEnabled,
this.muteOthersMic = false,
this.muteOthersCamera = false,
this.showAlert,
});