lib-jitsi-meet
    Preparing search index...

    Enumeration JitsiAudioTranslationErrors

    The error conditions returned by the audio-translation component when it rejects a translation request. The string values are the XMPP error conditions the component replies with.

    Index

    Enumeration Members

    BAD_REQUEST: "bad-request"

    The translation request was malformed. Indicates a client bug rather than a user-actionable problem.

    FORBIDDEN: "forbidden"

    The local participant is not permitted to use audio translation.

    SPEAKER_UNAVAILABLE: "item-not-found"

    The target speaker is no longer present in the conference.

    SUBSCRIPTION_LIMIT_REACHED: "policy-violation"

    The per-receiver translation subscription limit was reached.

    UNKNOWN: "unknown"

    An unrecognized error condition was returned by the component.