MediaSFU React Native
    Preparing search index...

    Interface DisconnectOptions

    interface DisconnectOptions {
        showAlert?: ShowAlert;
        redirectURL?: string;
        onWeb: boolean;
        updateValidated?: (isValidated: boolean) => void;
    }
    Index

    Properties

    showAlert?: ShowAlert
    redirectURL?: string
    onWeb: boolean
    updateValidated?: (isValidated: boolean) => void