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

    Variable launchConfigureWhiteboardConst

    launchConfigureWhiteboard: LaunchConfigureWhiteboardType

    Toggles the visibility of the configure whiteboard modal.

    The options for toggling the whiteboard modal visibility.

    Function to update the visibility state of the configure whiteboard modal.

    Current visibility state of the configure whiteboard modal.

    const options = {
    updateIsConfigureWhiteboardModalVisible: (visible: boolean) => console.log('Modal visibility updated:', visible),
    isConfigureWhiteboardModalVisible: false,
    }
    launchConfigureWhiteboard(options)