Package-level declarations

Types

Link copied to clipboard
data class LaunchCoHostOptions(val updateIsCoHostModalVisible: (Boolean) -> Unit, val isCoHostModalVisible: Boolean)

Defines options for launching the co-host modal, including the function to update visibility and the current modal visibility state.

Link copied to clipboard

Type definition for the function that launches the co-host modal.

Link copied to clipboard
data class ModifyCoHostSettingsOptions(val roomName: String, val showAlert: ShowAlert? = null, val selectedParticipant: String, val coHost: String, val coHostResponsibility: List<CoHostResponsibility>, val updateIsCoHostModalVisible: (Boolean) -> Unit, val updateCoHostResponsibility: (List<CoHostResponsibility>) -> Unit, val updateCoHost: (String) -> Unit, val socket: SocketManager? = null)

Defines the options for modifying co-host settings.

Link copied to clipboard

Type definition for modifying co-host settings.

Functions

Link copied to clipboard

Toggles the visibility of the co-host modal.

Link copied to clipboard

Modifies the co-host settings for a specified room.