UpdateMediaSettingsOptions class

Represents the options for updating media settings, including functions to update each setting.

Constructors

UpdateMediaSettingsOptions({required Settings settings, required void updateAudioSetting(String), required void updateVideoSetting(String), required void updateScreenshareSetting(String), required void updateChatSetting(String)})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings Settings
final
updateAudioSetting → void Function(String)
final
updateChatSetting → void Function(String)
final
updateScreenshareSetting → void Function(String)
final
updateVideoSetting → void Function(String)
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