PanelistFocusChangedOptions constructor
- required PanelistFocusChangedData data,
- void updatePanelistsFocused()?,
- void updateMuteOthersMic()?,
- void updateMuteOthersCamera()?,
- void updatePanelists()?,
- bool? currentPanelistsFocused,
- List<
Participant> ? currentPanelists, - Future<
void> onScreenChanges()?,
Implementation
PanelistFocusChangedOptions({
required this.data,
this.updatePanelistsFocused,
this.updateMuteOthersMic,
this.updateMuteOthersCamera,
this.updatePanelists,
this.currentPanelistsFocused,
this.currentPanelists,
this.onScreenChanges,
});