ACSCallingCommunicationErrors Enum
Declaration
typedef enum ACSCallingCommunicationErrors : NSInteger { ... } ACSCallingCommunicationErrors;
Description
Additional failed states for Azure Communication Services
Values
Name | Value | Description | Remarks |
---|---|---|---|
ACSCallingCommunicationErrorsNone |
0 | No errors | |
ACSCallingCommunicationErrorsNoAudioPermission |
1 | No Audio permissions available. | |
ACSCallingCommunicationErrorsNoVideoPermission |
2 | No Video permissions available. | |
ACSCallingCommunicationErrorsNoAudioAndVideoPermission |
3 | No Video and Audio permissions available. | |
ACSCallingCommunicationErrorsReceivedInvalidPushNotificationPayload |
4 | Failed to process push notification payload. | |
ACSCallingCommunicationErrorsFailedToProcessPushNotificationPayload |
8 | Received empty/invalid notification payload. | |
ACSCallingCommunicationErrorsInvalidGuidGroupId |
16 | Received invalid group Id. | |
ACSCallingCommunicationErrorsInvalidPushNotificationDeviceRegistrationToken |
32 | Push notification device registration token is invalid. | |
ACSCallingCommunicationErrorsMultipleRenderersNotSupported |
64 | Cannot create multiple renders for same device or stream. | |
ACSCallingCommunicationErrorsMultipleViewsNotSupported |
128 | Renderer doesn't support creating multiple views. | |
ACSCallingCommunicationErrorsInvalidLocalVideoStreamForVideoOptions |
256 | The local video stream on the video options is invalid. | |
ACSCallingCommunicationErrorsNoMultipleConnectionsWithSameIdentity |
512 | No multiple connections with same identity per app is allowed. | |
ACSCallingCommunicationErrorsInvalidServerCallId |
1024 | Invalid server call Id because it's empty or has invalid values. | |
ACSCallingCommunicationErrorsLocalVideoStreamSwitchSourceFailure |
2048 | Failure while switch source on a local video stream. | |
ACSCallingCommunicationErrorsIncomingCallAlreadyUnplaced |
4096 | Attempt to answer an incoming call that has been unplaced. | |
ACSCallingCommunicationErrorsInvalidMeetingLink |
16384 | Invalid meeting link provided. | |
ACSCallingCommunicationErrorsParticipantAddedToUnconnectedCall |
32768 | Attempt to add participant to a unconnected call. | |
ACSCallingCommunicationErrorsParticipantAlreadyAddedToCall |
65536 | Participant already added to the call. | |
ACSCallingCommunicationErrorsCallFeatureExtensionNotFound |
131072 | Call feature extension not found. | |
ACSCallingCommunicationErrorsDisplayNameLengthLongerThanSupported |
8388608 | User display name is longer than the supported length. | |
ACSCallingCommunicationErrorsFailedToHangupForEveryone |
16777216 | Cannot hangup for everyone in a non-hostless call | |
ACSCallingCommunicationErrorsNoMultipleConnectionsWithDifferentClouds |
33554432 | No multiple connections with different cloud type per app is allowed. | |
ACSCallingCommunicationErrorsDuplicateDeviceId |
262144 | Virtual tried to register an already registered device id. | |
ACSCallingCommunicationErrorsVirtualDeviceNotStarted |
1048576 | Virtual device is not started. | |
ACSCallingCommunicationErrorsInvalidVideoStreamCombination |
4194304 | Invalid video stream combination provided. | |
ACSCallingCommunicationErrorsInvalidVideoFormat |
257 | Invalid video format set | |
ACSCallingCommunicationErrorsInvalidBuffer |
258 | The buffer does not match the video format set or does contain valid data | |
ACSCallingCommunicationErrorsRawVideoFrameNotSent |
259 | There was a problem while sending the video frame | |
ACSCallingCommunicationErrorsUnsupportedVideoStreamResolution |
260 | The selected video resolution is not valid for the virtual video | |
ACSCallingCommunicationErrorsFeatureExtensionNotFound |
67108864 | Feature extension not found. | |
ACSCallingCommunicationErrorsVideoEffectNotSupported |
134217728 | Video effect not supported by device | |
ACSCallingCommunicationErrorsFailedToSendRawAudioBuffer |
5 | Sending Raw Audio Buffer Failed | |
ACSCallingCommunicationErrorsCannotMuteVirtualAudioStream |
6 | Cannot mute virtual audio stream | |
ACSCallingCommunicationErrorsCaptionsFailedToStart |
261 | Start captions failed | |
ACSCallingCommunicationErrorsCaptionsDisabledByConfigurations |
262 | Start captions failed, captions is disabled by configurations | |
ACSCallingCommunicationErrorsCaptionsPolicyDisabled |
263 | Start captions failed, captions policy is disabled | |
ACSCallingCommunicationErrorsCaptionsNotActive |
264 | Captions are not active | |
ACSCallingCommunicationErrorsCaptionsRequestedLanguageNotSupported |
265 | The requested language is not supported | |
ACSCallingCommunicationErrorsFailedToSetCaptionLanguage |
266 | Set caption language failed | |
ACSCallingCommunicationErrorsSetCaptionLanguageDisabled |
267 | Set caption language is disabled | |
ACSCallingCommunicationErrorsSetCaptionLanguageTeamsPremiumLicenseNeeded |
268 | Set caption language failed, teams premium license needed | |
ACSCallingCommunicationErrorsCaptionsFailedToSetSpokenLanguage |
269 | Failed to set spoken language | |
ACSCallingCommunicationErrorsCaptionsSetSpokenLanguageDisabled |
270 | Set spoken language is disabled | |
ACSCallingCommunicationErrorsGetCaptionsFailedCallStateNotConnected |
271 | Get captions failed, call should be connected | |
ACSCallingCommunicationErrorsGetCaptionsFailed |
272 | Get captions failed | |
ACSCallingCommunicationErrorsSpotlightDisabledByConfigurations |
273 | Spotlight failed, spotlight feature is disabled by configurations | |
ACSCallingCommunicationErrorsMaxSpotlightReached |
274 | Max supported spotlight reached | |
ACSCallingCommunicationErrorsSpotlightParticipantEmptyList |
275 | Spotlight Input List empty | |
ACSCallingCommunicationErrorsSignalingOperationFailed |
276 | Signaling Service Status Code | |
ACSCallingCommunicationErrorsMusicModeNotEnabled |
277 | Music mode not enabled | |
ACSCallingCommunicationErrorsLobbyDisabledByConfigurations |
282 | Survey Rating Scale Invalid Bounds | |
ACSCallingCommunicationErrorsLobbyConversationTypeNotSupported |
283 | Current conversation type does not support Lobby | |
ACSCallingCommunicationErrorsLobbyMeetingRoleNotAllowed |
284 | Current meeting role does not have permission to admit/reject user from Lobby | |
ACSCallingCommunicationErrorsLobbyParticipantNotExist |
285 | Participant is not exist in the Lobby | |
ACSCallingCommunicationErrorsRemoveParticipantOperationFailure |
286 | Remove participant operation failure | |
ACSCallingCommunicationErrorsLobbyAdmitOperationFailure |
287 | Admit/AdmitAll operation failure | |
ACSCallingCommunicationErrorsProxyNotAvailableForTeams |
288 | Teams Interop is disabled while using proxy | |
ACSCallingCommunicationErrorsFailedToSetMediaProxy |
289 | Set media proxy failed | |
ACSCallingCommunicationErrorsMediaStatisticsInvalidReportInterval |
290 | Invalid report interval for Media Statistics Call Feature. |