Package-level declarations

Types

Link copied to clipboard
data class LaunchSettingsOptions(val updateIsSettingsModalVisible: UpdateIsSettingsModalVisible, val isSettingsModalVisible: Boolean)

Options for launching the settings modal.

Link copied to clipboard

Type definition for the launchSettings function.

Link copied to clipboard
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.

Link copied to clipboard

Type definition for the modifySettings function.

Link copied to clipboard
Link copied to clipboard
typealias UpdateSetting = (String) -> Unit

Type definitions for settings updates.

Functions

Link copied to clipboard

Toggles the visibility state of the settings modal.

Link copied to clipboard

Modifies settings for a given room and updates the state accordingly.