MediaSFU React Native (Expo)
    Preparing search index...

    Variable launchSettingsConst

    launchSettings: LaunchSettingsType

    Toggles the visibility state of the settings modal.

    The options for launching settings.

    Function to update the visibility state of the settings modal.

    Current visibility state of the settings modal.

    launchSettings({
    isSettingsModalVisible: false,
    updateIsSettingsModalVisible: (visible) => setSettingsModalVisible(visible),
    })