MediaSFU Vue
    Preparing search index...

    Variable launchParticipantsConst

    launchParticipants: LaunchParticipantsType

    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,
    })