Const
Toggles the visibility of the co-host modal.
The options object.
Function to update the visibility state of the co-host modal.
Current visibility state of the co-host modal.
const options: LaunchCoHostOptions = { updateIsCoHostModalVisible: setModalVisible, isCoHostModalVisible: false,}launchCoHost(options)// Toggles the co-host modal to visible. Copy
const options: LaunchCoHostOptions = { updateIsCoHostModalVisible: setModalVisible, isCoHostModalVisible: false,}launchCoHost(options)// Toggles the co-host modal to visible.
Toggles the visibility of the co-host modal.