MediaSFU React Native
    Preparing search index...

    Interface LaunchBackgroundOptions

    interface LaunchBackgroundOptions {
        updateIsBackgroundModalVisible: (isVisible: boolean) => void;
        isBackgroundModalVisible: boolean;
    }
    Index

    Properties

    updateIsBackgroundModalVisible: (isVisible: boolean) => void
    isBackgroundModalVisible: boolean