Toggles the visibility of the participants modal.
launchParticipants({ updateIsParticipantsModalVisible: (isVisible) => setParticipantsModalVisible(isVisible), isParticipantsModalVisible: true,}); Copy
launchParticipants({ updateIsParticipantsModalVisible: (isVisible) => setParticipantsModalVisible(isVisible), isParticipantsModalVisible: true,});
The options for toggling the participants modal.
Toggles the visibility of the participants modal.
Example