FocusPanelistsOptions constructor

FocusPanelistsOptions({
  1. required Socket socket,
  2. required String roomName,
  3. required String member,
  4. required String islevel,
  5. required bool focusEnabled,
  6. bool muteOthersMic = false,
  7. bool muteOthersCamera = false,
  8. 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,
});