MediaSFU Shared
    Preparing search index...

    Variable launchPollConst

    launchPoll: LaunchPollType = ...

    Toggles the visibility of the poll modal.

    The options for toggling the poll modal visibility.

    Function to update the visibility state of the poll modal.

    Current visibility state of the poll modal.

    launchPoll({
    updateIsPollModalVisible: (visible) => setIsPollModalVisible(visible),
    isPollModalVisible: false,
    })