Share via


CallingCommunicationErrors Enum

  • java.lang.Object
    • java.lang.Enum<CallingCommunicationErrors>
      • com.azure.android.communication.calling.CallingCommunicationErrors

public enum CallingCommunicationErrors

Additional failed states for Azure Communication Services

Fields

CALL_FEATURE_EXTENSION_NOT_FOUND

Call feature extension not found.

CANNOT_MUTE_VIRTUAL_AUDIO_STREAM

Cannot mute virtual audio stream

CAPTIONS_DISABLED_BY_CONFIGURATIONS

Start captions failed, captions is disabled by configurations

CAPTIONS_FAILED_TO_SET_SPOKEN_LANGUAGE

Failed to set spoken language

CAPTIONS_FAILED_TO_START

Start captions failed

CAPTIONS_NOT_ACTIVE

Captions are not active

CAPTIONS_POLICY_DISABLED

Start captions failed, captions policy is disabled

CAPTIONS_REQUESTED_LANGUAGE_NOT_SUPPORTED

The requested language is not supported

CAPTIONS_SET_SPOKEN_LANGUAGE_DISABLED

Set spoken language is disabled

DISPLAY_NAME_LENGTH_LONGER_THAN_SUPPORTED

User display name is longer than the supported length.

DUPLICATE_DEVICE_ID

Virtual tried to register an already registered device id.

FAILED_TO_HANGUP_FOR_EVERYONE

Cannot hangup for everyone in a non-hostless call

FAILED_TO_PROCESS_PUSH_NOTIFICATION_PAYLOAD

Received empty/invalid notification payload.

FAILED_TO_SEND_RAW_AUDIO_BUFFER

Sending Raw Audio Buffer Failed

FAILED_TO_SET_CAPTION_LANGUAGE

Set caption language failed

FAILED_TO_SET_MEDIA_PROXY

Set media proxy failed

FEATURE_EXTENSION_NOT_FOUND

Feature extension not found.

GET_CAPTIONS_FAILED

Get captions failed

GET_CAPTIONS_FAILED_CALL_STATE_NOT_CONNECTED

Get captions failed, call should be connected

INCOMING_CALL_ALREADY_UNPLACED

Attempt to answer an incoming call that has been unplaced.

INVALID_BUFFER

The buffer does not match the video format set or does contain valid data

INVALID_GUID_GROUP_ID

Received invalid group Id.

INVALID_LOCAL_VIDEO_STREAM_FOR_VIDEO_OPTIONS

The local video stream on the video options is invalid.

Invalid meeting link provided.

INVALID_PUSH_NOTIFICATION_DEVICE_REGISTRATION_TOKEN

Push notification device registration token is invalid.

INVALID_SERVER_CALL_ID

Invalid server call Id because it's empty or has invalid values.

INVALID_VIDEO_FORMAT

Invalid video format set

INVALID_VIDEO_STREAM_COMBINATION

Invalid video stream combination provided.

LOBBY_ADMIT_OPERATION_FAILURE

Admit/AdmitAll operation failure

LOBBY_CONVERSATION_TYPE_NOT_SUPPORTED

Current conversation type does not support Lobby

LOBBY_DISABLED_BY_CONFIGURATIONS

Survey Rating Scale Invalid Bounds

LOBBY_MEETING_ROLE_NOT_ALLOWED

Current meeting role does not have permission to admit/reject user from Lobby

LOBBY_PARTICIPANT_NOT_EXIST

Participant is not exist in the Lobby

LOCAL_VIDEO_STREAM_SWITCH_SOURCE_FAILURE

Failure while switch source on a local video stream.

MAX_SPOTLIGHT_REACHED

Max supported spotlight reached

MULTIPLE_RENDERERS_NOT_SUPPORTED

Cannot create multiple renders for same device or stream.

MULTIPLE_VIEWS_NOT_SUPPORTED

Renderer doesn't support creating multiple views.

MUSIC_MODE_NOT_ENABLED

Music mode not enabled

NO_AUDIO_AND_VIDEO_PERMISSION

No Video and Audio permissions available.

NO_AUDIO_PERMISSION

No Audio permissions available.

NO_MULTIPLE_CONNECTIONS_WITH_DIFFERENT_CLOUDS

No multiple connections with different cloud type per app is allowed.

NO_MULTIPLE_CONNECTIONS_WITH_SAME_IDENTITY

No multiple connections with same identity per app is allowed.

NO_VIDEO_PERMISSION

No Video permissions available.

NONE

No errors

PARTICIPANT_ADDED_TO_UNCONNECTED_CALL

Attempt to add participant to a unconnected call.

PARTICIPANT_ALREADY_ADDED_TO_CALL

Participant already added to the call.

PROXY_NOT_AVAILABLE_FOR_TEAMS

Teams Interop is disabled while using proxy

RAW_VIDEO_FRAME_NOT_SENT

There was a problem while sending the video frame

RECEIVED_INVALID_PUSH_NOTIFICATION_PAYLOAD

Failed to process push notification payload.

REMOVE_PARTICIPANT_OPERATION_FAILURE

Remove participant operation failure

SET_CAPTION_LANGUAGE_DISABLED

Set caption language is disabled

SET_CAPTION_LANGUAGE_TEAMS_PREMIUM_LICENSE_NEEDED

Set caption language failed, teams premium license needed

SIGNALING_OPERATION_FAILED

Signaling Service Status Code

SPOTLIGHT_DISABLED_BY_CONFIGURATIONS

Spotlight failed, spotlight feature is disabled by configurations

SPOTLIGHT_PARTICIPANT_EMPTY_LIST

Spotlight Input List empty

UNSUPPORTED_VIDEO_STREAM_RESOLUTION

The selected video resolution is not valid for the virtual video

VIDEO_EFFECT_NOT_SUPPORTED

Video effect not supported by device

VIRTUAL_DEVICE_NOT_STARTED

Virtual device is not started.

Applies to