Toggles the visibility of the participants modal.
The options for toggling 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.