lib-jitsi-meet
    Preparing search index...

    Enumeration JitsiConferenceErrors

    The errors for the conference.

    Index

    Enumeration Members

    AUTHENTICATION_REQUIRED: "conference.authenticationRequired"

    Indicates that client must be authenticated to create the conference.

    CHAT_ERROR: "conference.chatError"

    Indicates that chat error occurred.

    CONFERENCE_ACCESS_DENIED: "conference.connectionError.accessDenied"

    Indicates that a connection error is due to denied access to the room, occurred after joining a lobby room and access is denied by the room moderators.

    CONFERENCE_DESTROYED: "conference.destroyed"

    Indicates that conference has been destroyed.

    CONFERENCE_MAX_USERS: "conference.max_users"

    Indicates that max users limit has been reached.

    CONFERENCE_RESTARTED: "conference.restarted"

    Indicates that the client has been forced to restart by jicofo when the conference was migrated from one bridge to another.

    CONNECTION_ERROR: "conference.connectionError"

    Indicates that a connection error occurred when trying to join a conference.

    DISPLAY_NAME_REQUIRED: "conference.display_name_required"

    Indicates that the display name is required when joining the room. There are cases like lobby room where display name is required.

    whether the error is because lobby is enabled.

    FOCUS_DISCONNECTED: "conference.focusDisconnected"

    Indicates that focus error happened.

    FOCUS_LEFT: "conference.focusLeft"

    Indicates that focus left the conference.

    GRACEFUL_SHUTDOWN: "conference.gracefulShutdown"

    Indicates that graceful shutdown happened.

    ICE_FAILED: "conference.iceFailed"

    Indicates that the media connection has failed.

    INCOMPATIBLE_SERVER_VERSIONS: "conference.incompatible_server_versions"

    Indicates that the versions of the server side components are incompatible with the client side.

    MEMBERS_ONLY_ERROR: "conference.connectionError.membersOnly"

    Indicates that a connection error is due to not allowed, occurred when trying to join a conference, only approved members are allowed to join.

    NOT_ALLOWED_ERROR: "conference.connectionError.notAllowed"

    Indicates that a connection error is due to not allowed, occurred when trying to join a conference.

    OFFER_ANSWER_FAILED: "conference.offerAnswerFailed"

    Indicates that offer/answer had failed.

    PASSWORD_NOT_SUPPORTED: "conference.passwordNotSupported"

    Indicates that password cannot be set for this conference.

    PASSWORD_REQUIRED: "conference.passwordRequired"

    Indicates that a password is required in order to join the conference.

    RESERVATION_ERROR: "conference.reservationError"

    Indicates that reservation system returned error.

    SETTINGS_ERROR: "conference.settingsError"

    Indicates that a settings error occurred.

    VIDEOBRIDGE_NOT_AVAILABLE: "conference.videobridgeNotAvailable"

    Indicates that there is no available videobridge.