PanelistFocusChangedOptions constructor

PanelistFocusChangedOptions({
  1. required PanelistFocusChangedData data,
  2. void updatePanelistsFocused(
    1. bool
    )?,
  3. void updateMuteOthersMic(
    1. bool
    )?,
  4. void updateMuteOthersCamera(
    1. bool
    )?,
  5. void updatePanelists(
    1. List<Participant>
    )?,
  6. bool? currentPanelistsFocused,
  7. List<Participant>? currentPanelists,
  8. Future<void> onScreenChanges()?,
})

Implementation

PanelistFocusChangedOptions({
  required this.data,
  this.updatePanelistsFocused,
  this.updateMuteOthersMic,
  this.updateMuteOthersCamera,
  this.updatePanelists,
  this.currentPanelistsFocused,
  this.currentPanelists,
  this.onScreenChanges,
});