PanelistFocusChangedOptions class
Options for handling panelistFocusChanged event.
Constructors
-
PanelistFocusChangedOptions.new({required PanelistFocusChangedData data, void updatePanelistsFocused(bool)?, void updateMuteOthersMic(bool)?, void updateMuteOthersCamera(bool)?, void updatePanelists(List<
Participant> )?, bool? currentPanelistsFocused, List<Participant> ? currentPanelists, Future<void> onScreenChanges()?})
Properties
-
currentPanelists
→ List<
Participant> ? -
final
- currentPanelistsFocused → bool?
-
final
- data → PanelistFocusChangedData
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onScreenChanges
→ Future<
void> Function()? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateMuteOthersCamera → void Function(bool)?
-
final
- updateMuteOthersMic → void Function(bool)?
-
final
-
updatePanelists
→ void Function(List<
Participant> )? -
final
- updatePanelistsFocused → void Function(bool)?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited