@zoom/rtms
    Preparing search index...

    Interface StopReason

    interface StopReason {
        STOP_BC_ALL_APPS_DISABLED: number;
        STOP_BC_APP_DISABLED_BY_HOST: number;
        STOP_BC_AUTHENTICATION_FAILURE: number;
        STOP_BC_CONNECTION_TIMEOUT: number;
        STOP_BC_DATA_CONNECTION_CLOSED_ABNORMALLY: number;
        STOP_BC_DATA_CONNECTION_INTERRUPTED: number;
        STOP_BC_EXIT_SIGNAL: number;
        STOP_BC_HOST_TRIGGERED: number;
        STOP_BC_INTERNAL_EXCEPTION: number;
        STOP_BC_MEETING_CONNECTION_INTERRUPTED: number;
        STOP_BC_MEETING_ENDED: number;
        STOP_BC_SIGNAL_CONNECTION_CLOSED_ABNORMALLY: number;
        STOP_BC_SIGNAL_CONNECTION_INTERRUPTED: number;
        STOP_BC_STREAM_CANCELED: number;
        STOP_BC_STREAM_REVOKED: number;
        STOP_BC_USER_EJECTED: number;
        STOP_BC_USER_LEFT: number;
        STOP_BC_USER_TRIGGERED: number;
        UNDEFINED: number;
    }
    Index

    Properties

    STOP_BC_ALL_APPS_DISABLED: number
    STOP_BC_APP_DISABLED_BY_HOST: number
    STOP_BC_AUTHENTICATION_FAILURE: number
    STOP_BC_CONNECTION_TIMEOUT: number
    STOP_BC_DATA_CONNECTION_CLOSED_ABNORMALLY: number
    STOP_BC_DATA_CONNECTION_INTERRUPTED: number
    STOP_BC_EXIT_SIGNAL: number
    STOP_BC_HOST_TRIGGERED: number
    STOP_BC_INTERNAL_EXCEPTION: number
    STOP_BC_MEETING_CONNECTION_INTERRUPTED: number
    STOP_BC_MEETING_ENDED: number
    STOP_BC_SIGNAL_CONNECTION_CLOSED_ABNORMALLY: number
    STOP_BC_SIGNAL_CONNECTION_INTERRUPTED: number
    STOP_BC_STREAM_CANCELED: number
    STOP_BC_STREAM_REVOKED: number
    STOP_BC_USER_EJECTED: number
    STOP_BC_USER_LEFT: number
    STOP_BC_USER_TRIGGERED: number
    UNDEFINED: number