LaunchCoHostOptions

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.

Constructors

Link copied to clipboard
constructor(updateIsCoHostModalVisible: (Boolean) -> Unit, isCoHostModalVisible: Boolean)

Properties