Freigeben über


ACSCallingCommunicationErrors Enum

Deklaration

typedef enum ACSCallingCommunicationErrors : NSInteger { ... } ACSCallingCommunicationErrors;

BESCHREIBUNG

Zusätzliche fehlerhafte Zustände für Azure Communication Services

Werte

Name Wert BESCHREIBUNG Bemerkungen
ACSCallingCommunicationErrorsNone 0 Keine Fehler
ACSCallingCommunicationErrorsNoAudioPermission 1 Keine Audioberechtigungen verfügbar.
ACSCallingCommunicationErrorsNoVideoPermission 2 Keine Videoberechtigungen verfügbar.
ACSCallingCommunicationErrorsNoAudioAndVideoPermission 3 Es sind keine Video- und Audioberechtigungen verfügbar.
ACSCallingCommunicationErrorsReceivedInvalidPushNotificationPayload 4 Fehler beim Verarbeiten der Pushbenachrichtigungsnutzlast.
ACSCallingCommunicationErrorsFailedToProcessPushNotificationPayload 8 Leere/ungültige Benachrichtigungsnutzlast empfangen.
ACSCallingCommunicationErrorsInvalidGuidGroupId 16 Ungültige Gruppen-ID erhalten.
ACSCallingCommunicationErrorsInvalidPushNotificationDeviceRegistrationToken 32 Das Registrierungstoken des Pushbenachrichtigungsgeräts ist ungültig.
ACSCallingCommunicationErrorsMultipleRenderersNotSupported 64 Es können nicht mehrere Rendervorgänge für dasselbe Gerät oder denselben Stream erstellt werden.
ACSCallingCommunicationErrorsMultipleViewsNotSupported 128 Der Renderer unterstützt das Erstellen mehrerer Ansichten nicht.
ACSCallingCommunicationErrorsInvalidLocalVideoStreamForVideoOptions 256 Der lokale Videostream für die Videooptionen ist ungültig.
ACSCallingCommunicationErrorsNoMultipleConnectionsWithSameIdentity 512 Pro App sind keine mehrfachen Verbindungen mit derselben Identität zulässig.
ACSCallingCommunicationErrorsInvalidServerCallId 1024 Ungültige Serveraufruf-ID, weil sie leer ist oder ungültige Werte aufweist.
ACSCallingCommunicationErrorsLocalVideoStreamSwitchSourceFailure 2048 Fehler beim Wechseln der Quelle für einen lokalen Videostream.
ACSCallingCommunicationErrorsIncomingCallAlreadyUnplaced 4096 Versuchen Sie, einen eingehenden Anruf zu beantworten, der nicht platziert wurde.
ACSCallingCommunicationErrorsInvalidMeetingLink 16384 Ungültiger Besprechungslink bereitgestellt.
ACSCallingCommunicationErrorsParticipantAddedToUnconnectedCall 32768 Versuchen Sie, einen Teilnehmer zu einem nicht verbundenen Anruf hinzuzufügen.
ACSCallingCommunicationErrorsParticipantAlreadyAddedToCall 65536 Teilnehmer, der dem Anruf bereits hinzugefügt wurde.
ACSCallingCommunicationErrorsCallFeatureExtensionNotFound 131072 Aufruffunktionserweiterung nicht gefunden.
ACSCallingCommunicationErrorsDisplayNameLengthLongerThanSupported 8388608 Der Benutzeranzeigename ist länger als die unterstützte Länge.
ACSCallingCommunicationErrorsFailedToHangupForEveryone 16777216 Kann nicht für alle in einem Anruf ohne Hosten aufgehängt werden
ACSCallingCommunicationErrorsNoMultipleConnectionsWithDifferentClouds 33554432 Pro App sind keine mehreren Verbindungen mit unterschiedlichem Cloudtyp zulässig.
ACSCallingCommunicationErrorsDuplicateDeviceId 262144 Virtual hat versucht, eine bereits registrierte Geräte-ID zu registrieren.
ACSCallingCommunicationErrorsVirtualDeviceNotStarted 1048576 Das virtuelle Gerät wird nicht gestartet.
ACSCallingCommunicationErrorsInvalidVideoStreamCombination 4194304 Ungültige Kombination von Videostreams.
ACSCallingCommunicationErrorsInvalidVideoFormat 257 Ungültiger Videoformatsatz
ACSCallingCommunicationErrorsInvalidBuffer 258 Der Puffer stimmt nicht mit dem Videoformatsatz überein oder enthält gültige Daten.
ACSCallingCommunicationErrorsRawVideoFrameNotSent 259 Beim Senden des Videoframes ist ein Problem aufgetreten.
ACSCallingCommunicationErrorsUnsupportedVideoStreamResolution 260 Die ausgewählte Videoauflösung ist für das virtuelle Video ungültig.
ACSCallingCommunicationErrorsFeatureExtensionNotFound 67108864 Featureerweiterung nicht gefunden.
ACSCallingCommunicationErrorsVideoEffectNotSupported 134217728 Videoeffekt vom Gerät nicht unterstützt
ACSCallingCommunicationErrorsFailedToSendRawAudioBuffer 5 Fehler beim Senden des rohen Audiopuffers
ACSCallingCommunicationErrorsCannotMuteVirtualAudioStream 6 Virtueller Audiostream kann nicht stummgeschaltet werden
ACSCallingCommunicationErrorsCaptionsFailedToStart 261 Fehler beim Starten von Untertiteln
ACSCallingCommunicationErrorsCaptionsDisabledByConfigurations 262 Fehler bei Startbeschriftungen, Beschriftungen sind durch Konfigurationen deaktiviert
ACSCallingCommunicationErrorsCaptionsPolicyDisabled 263 Fehler bei Startbeschriftungen, Untertitelrichtlinie deaktiviert
ACSCallingCommunicationErrorsCaptionsNotActive 264 Untertitel sind nicht aktiv
ACSCallingCommunicationErrorsCaptionsRequestedLanguageNotSupported 265 Die angeforderte Sprache wird nicht unterstützt.
ACSCallingCommunicationErrorsFailedToSetCaptionLanguage 266 Fehler beim Festlegen Untertitel Sprache
ACSCallingCommunicationErrorsSetCaptionLanguageDisabled 267 Festlegen Untertitel Sprache deaktiviert ist
ACSCallingCommunicationErrorsSetCaptionLanguageTeamsPremiumLicenseNeeded 268 Festlegen Untertitel Sprache fehlgeschlagen, Teams Premium-Lizenz erforderlich
ACSCallingCommunicationErrorsCaptionsFailedToSetSpokenLanguage 269 Fehler beim Festlegen der gesprochenen Sprache
ACSCallingCommunicationErrorsCaptionsSetSpokenLanguageDisabled 270 Festlegen, dass gesprochene Sprache deaktiviert ist
ACSCallingCommunicationErrorsGetCaptionsFailedCallStateNotConnected 271 Fehler beim Abrufen von Untertiteln, Anruf muss verbunden sein
ACSCallingCommunicationErrorsGetCaptionsFailed 272 Fehler beim Abrufen von Untertiteln
ACSCallingCommunicationErrorsSpotlightDisabledByConfigurations 273 Spotlight failed, spotlight feature is disabled by configurations
ACSCallingCommunicationErrorsMaxSpotlightReached 274 Maximal unterstützte Spotlight erreicht
ACSCallingCommunicationErrorsSpotlightParticipantEmptyList 275 Spotlight-Eingabeliste leer
ACSCallingCommunicationErrorsSignalingOperationFailed 276 Signaling Service Status Code
ACSCallingCommunicationErrorsMusicModeNotEnabled 277 Musikmodus nicht aktiviert
ACSCallingCommunicationErrorsLobbyDisabledByConfigurations 282 Umfragebewertungsskala Ungültige Grenzen
ACSCallingCommunicationErrorsLobbyConversationTypeNotSupported 283 Der aktuelle Unterhaltungstyp unterstützt keine Lobby
ACSCallingCommunicationErrorsLobbyMeetingRoleNotAllowed 284 Die aktuelle Besprechungsrolle verfügt nicht über die Berechtigung zum Zulassen/Ablehnen eines Benutzers aus der Lobby
ACSCallingCommunicationErrorsLobbyParticipantNotExist 285 Teilnehmer ist nicht in der Lobby vorhanden
ACSCallingCommunicationErrorsRemoveParticipantOperationFailure 286 Fehler beim Teilnehmervorgang entfernen
ACSCallingCommunicationErrorsLobbyAdmitOperationFailure 287 Fehler des Admit/AdmitAll-Vorgangs
ACSCallingCommunicationErrorsProxyNotAvailableForTeams 288 Teams-Interop ist deaktiviert, während der Proxy verwendet wird
ACSCallingCommunicationErrorsFailedToSetMediaProxy 289 Fehler beim Festlegen des Medienproxys
ACSCallingCommunicationErrorsMediaStatisticsInvalidReportInterval 290 Ungültiges Berichtsintervall für das Medienstatistik-Anruffeature.