ModifySettingsOptions

data class ModifySettingsOptions(val showAlert: ShowAlert? = null, val roomName: String, val audioSet: String, val videoSet: String, val screenshareSet: String, val chatSet: String, val socket: SocketManager? = null, val updateAudioSetting: UpdateSetting, val updateVideoSetting: UpdateSetting, val updateScreenshareSetting: UpdateSetting, val updateChatSetting: UpdateSetting, val updateIsSettingsModalVisible: UpdateIsSettingsModalVisible)

Options for modifying room settings.

Constructors

Link copied to clipboard
constructor(showAlert: ShowAlert? = null, roomName: String, audioSet: String, videoSet: String, screenshareSet: String, chatSet: String, socket: SocketManager? = null, updateAudioSetting: UpdateSetting, updateVideoSetting: UpdateSetting, updateScreenshareSetting: UpdateSetting, updateChatSetting: UpdateSetting, updateIsSettingsModalVisible: UpdateIsSettingsModalVisible)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val showAlert: ShowAlert? = null
Link copied to clipboard
val socket: SocketManager? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard