ModifySettingsOptions class

Options for modifying room settings.

Constructors

ModifySettingsOptions({ShowAlert? showAlert, required String roomName, required String audioSet, required String videoSet, required String screenshareSet, required String chatSet, Socket? socket, required UpdateSetting updateAudioSetting, required UpdateSetting updateVideoSetting, required UpdateSetting updateScreenshareSetting, required UpdateSetting updateChatSetting, required UpdateIsSettingsModalVisible updateIsSettingsModalVisible})

Properties

audioSet String
final
chatSet String
final
hashCode int
The hash code for this object.
no setterinherited
roomName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenshareSet String
final
showAlert ShowAlert?
final
socket Socket?
final
updateAudioSetting UpdateSetting
final
updateChatSetting UpdateSetting
final
updateIsSettingsModalVisible UpdateIsSettingsModalVisible
final
updateScreenshareSetting UpdateSetting
final
updateVideoSetting UpdateSetting
final
videoSet 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