launch Participants
Toggles the visibility of the participants modal.
This function takes an options parameter of type LaunchParticipantsOptions, which includes:
updateIsParticipantsModalVisible: A callback function to update the visibility state of the participants modal.isParticipantsModalVisible: The current visibility state of the participants modal.
Example:
val options = LaunchParticipantsOptions(
isParticipantsModalVisible = true
)
launchParticipants(options)
// This will toggle the visibility state of the participants modal.Content copied to clipboard