Const
Toggles the visibility of the participants modal.
The options for toggling the participants modal.
Function to update the visibility state of the participants modal.
Current visibility state of the participants modal.
launchParticipants({ updateIsParticipantsModalVisible: (isVisible) => setParticipantsModalVisible(isVisible), isParticipantsModalVisible: true,}) Copy
launchParticipants({ updateIsParticipantsModalVisible: (isVisible) => setParticipantsModalVisible(isVisible), isParticipantsModalVisible: true,})
Toggles the visibility of the participants modal.