Enum CallingCommunicationErrors
- Object
-
- Enum<CallingCommunicationErrors>
-
- CallingCommunicationErrors
-
- All Implemented Interfaces:
Serializable
,Comparable<CallingCommunicationErrors>
public enum CallingCommunicationErrors extends Enum<CallingCommunicationErrors>
Additional failed states for Azure Communication Services
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CALL_FEATURE_EXTENSION_NOT_FOUND
Call feature extension not found.CANNOT_MUTE_VIRTUAL_AUDIO_STREAM
Cannot mute virtual audio streamCAPTIONS_DISABLED_BY_CONFIGURATIONS
Start captions failed, captions is disabled by configurationsCAPTIONS_FAILED_TO_SET_SPOKEN_LANGUAGE
Failed to set spoken languageCAPTIONS_FAILED_TO_START
Start captions failedCAPTIONS_FAILED_TO_STOP
Stop captions failedCAPTIONS_NOT_ACTIVE
Captions are not activeCAPTIONS_POLICY_DISABLED
Start captions failed, captions policy is disabledCAPTIONS_REQUESTED_LANGUAGE_NOT_SUPPORTED
The requested language is not supportedCAPTIONS_SET_SPOKEN_LANGUAGE_DISABLED
Set spoken language is disabledDATA_CHANNEL_FAILED_TO_START
Start Data Channel Call Feature failedDATA_CHANNEL_MESSAGE_FAILURE_FOR_BANDWIDTH
Data Channel message failed to send due to bandwidthDATA_CHANNEL_MESSAGE_FAILURE_FOR_TRAFFIC_LIMIT
Start Data Channel message failed to send due to traffic limitDATA_CHANNEL_MESSAGE_SIZE_OVER_LIMIT
Data Channel message size over the limitDATA_CHANNEL_RANDOM_ID_NOT_AVAILABLE
Random data channel id not availableDATA_CHANNEL_SENDER_CLOSED
Data Channel sender already closedDISPLAY_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 callFAILED_TO_PROCESS_PUSH_NOTIFICATION_PAYLOAD
Received empty/invalid notification payload.FAILED_TO_SEND_RAW_AUDIO_BUFFER
Sending Raw Audio Buffer FailedFAILED_TO_SET_CAPTION_LANGUAGE
Set caption language failedFAILED_TO_SET_MEDIA_PROXY
Set media proxy failedFEATURE_EXTENSION_NOT_FOUND
Feature extension not found.GET_CAPTIONS_FAILED
Get captions failedGET_CAPTIONS_FAILED_CALL_STATE_NOT_CONNECTED
Get captions failed, call should be connectedINCOMING_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 dataINVALID_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
Invalid meeting link provided.INVALID_PARTICIPANT_ADDED_TO_CALL
Attempted to added a participant with an invalid type to the callINVALID_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_TOKEN_PROVIDER
Invalid token provider given.INVALID_VIDEO_FORMAT
Invalid video format setINVALID_VIDEO_STREAM_COMBINATION
Invalid video stream combination provided.LOBBY_ADMIT_OPERATION_FAILURE
Admit/AdmitAll operation failureLOBBY_CONVERSATION_TYPE_NOT_SUPPORTED
Current conversation type does not support LobbyLOBBY_DISABLED_BY_CONFIGURATIONS
Lobby is disabled by configurationsLOBBY_MEETING_ROLE_NOT_ALLOWED
Current meeting role does not have permission to admit/reject user from LobbyLOBBY_PARTICIPANT_NOT_EXIST
Participant is not exist in the LobbyLOCAL_VIDEO_STREAM_SWITCH_SOURCE_FAILURE
Failure while switch source on a local video stream.MAX_SPOTLIGHT_REACHED
Max supported spotlight reachedMEDIA_STATISTICS_INVALID_REPORT_INTERVAL
Invalid report interval for Media Statistics Call Feature.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 enabledMUTE_OTHERS_FORBIDDEN
Forbidden to mute othersMUTE_OTHERS_INTERNAL_SERVER_ERROR
Internal server error occurred when muting othersMUTE_OTHERS_NOT_FOUND
Not found exception occurred when muting othersMUTE_OTHERS_NOT_SUPPORTED
Cannot mute others because method not supportedNO_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 errorsPARTICIPANT_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 proxyRAW_VIDEO_FRAME_NOT_SENT
There was a problem while sending the video frameRECEIVED_INVALID_PUSH_NOTIFICATION_PAYLOAD
Failed to process push notification payload.REMOVE_PARTICIPANT_OPERATION_FAILURE
Remove participant operation failureSET_CAPTION_LANGUAGE_DISABLED
Set caption language is disabledSET_CAPTION_LANGUAGE_TEAMS_PREMIUM_LICENSE_NEEDED
Set caption language failed, teams premium license neededSIGNALING_OPERATION_FAILED
Signaling Service Status CodeSPOTLIGHT_DISABLED_BY_CONFIGURATIONS
Spotlight failed, spotlight feature is disabled by configurationsSPOTLIGHT_PARTICIPANT_EMPTY_LIST
Spotlight Input List emptySURVEY_DOUBLE_SUBMISSION_NOT_ALLOWED
Survey Double Submission Not AllowedSURVEY_RATING_SCALE_INVALID_THRESHOLD
Survey Rating Scale Invalid ThresholdSURVEY_RATING_SCALE_OUT_OF_BOUNDS
Survey Rating Scale Invalid BoundsSURVEY_SCORE_OUT_OF_BOUNDS
Survey Score Out of BoundsSWITCH_SOURCE_BLOCKED
Switch source blockedTEAMS_FOR_LIFE_MEETING_JOIN_NOT_SUPPORTED
Teams for life meeting join not supportedUNSUPPORTED_VIDEO_STREAM_RESOLUTION
The selected video resolution is not valid for the virtual videoVIDEO_EFFECT_NOT_SUPPORTED
Video effect not supported by deviceVIRTUAL_DEVICE_NOT_STARTED
Virtual device is not started.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CallingCommunicationErrors
valueOf(String name)
Returns the enum constant of this type with the specified name.static CallingCommunicationErrors[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
NONE
public static final CallingCommunicationErrors NONE
No errors
-
NO_AUDIO_PERMISSION
public static final CallingCommunicationErrors NO_AUDIO_PERMISSION
No Audio permissions available.
-
NO_VIDEO_PERMISSION
public static final CallingCommunicationErrors NO_VIDEO_PERMISSION
No Video permissions available.
-
NO_AUDIO_AND_VIDEO_PERMISSION
public static final CallingCommunicationErrors NO_AUDIO_AND_VIDEO_PERMISSION
No Video and Audio permissions available.
-
RECEIVED_INVALID_PUSH_NOTIFICATION_PAYLOAD
public static final CallingCommunicationErrors RECEIVED_INVALID_PUSH_NOTIFICATION_PAYLOAD
Failed to process push notification payload.
-
FAILED_TO_PROCESS_PUSH_NOTIFICATION_PAYLOAD
public static final CallingCommunicationErrors FAILED_TO_PROCESS_PUSH_NOTIFICATION_PAYLOAD
Received empty/invalid notification payload.
-
INVALID_GUID_GROUP_ID
public static final CallingCommunicationErrors INVALID_GUID_GROUP_ID
Received invalid group Id.
-
INVALID_PUSH_NOTIFICATION_DEVICE_REGISTRATION_TOKEN
public static final CallingCommunicationErrors INVALID_PUSH_NOTIFICATION_DEVICE_REGISTRATION_TOKEN
Push notification device registration token is invalid.
-
MULTIPLE_RENDERERS_NOT_SUPPORTED
public static final CallingCommunicationErrors MULTIPLE_RENDERERS_NOT_SUPPORTED
Cannot create multiple renders for same device or stream.
-
MULTIPLE_VIEWS_NOT_SUPPORTED
public static final CallingCommunicationErrors MULTIPLE_VIEWS_NOT_SUPPORTED
Renderer doesn't support creating multiple views.
-
INVALID_LOCAL_VIDEO_STREAM_FOR_VIDEO_OPTIONS
public static final CallingCommunicationErrors INVALID_LOCAL_VIDEO_STREAM_FOR_VIDEO_OPTIONS
The local video stream on the video options is invalid.
-
NO_MULTIPLE_CONNECTIONS_WITH_SAME_IDENTITY
public static final CallingCommunicationErrors NO_MULTIPLE_CONNECTIONS_WITH_SAME_IDENTITY
No multiple connections with same identity per app is allowed.
-
INVALID_SERVER_CALL_ID
public static final CallingCommunicationErrors INVALID_SERVER_CALL_ID
Invalid server call Id because it's empty or has invalid values.
-
LOCAL_VIDEO_STREAM_SWITCH_SOURCE_FAILURE
public static final CallingCommunicationErrors LOCAL_VIDEO_STREAM_SWITCH_SOURCE_FAILURE
Failure while switch source on a local video stream.
-
INCOMING_CALL_ALREADY_UNPLACED
public static final CallingCommunicationErrors INCOMING_CALL_ALREADY_UNPLACED
Attempt to answer an incoming call that has been unplaced.
-
INVALID_MEETING_LINK
public static final CallingCommunicationErrors INVALID_MEETING_LINK
Invalid meeting link provided.
-
PARTICIPANT_ADDED_TO_UNCONNECTED_CALL
public static final CallingCommunicationErrors PARTICIPANT_ADDED_TO_UNCONNECTED_CALL
Attempt to add participant to a unconnected call.
-
PARTICIPANT_ALREADY_ADDED_TO_CALL
public static final CallingCommunicationErrors PARTICIPANT_ALREADY_ADDED_TO_CALL
Participant already added to the call.
-
CALL_FEATURE_EXTENSION_NOT_FOUND
public static final CallingCommunicationErrors CALL_FEATURE_EXTENSION_NOT_FOUND
Call feature extension not found.
-
DISPLAY_NAME_LENGTH_LONGER_THAN_SUPPORTED
public static final CallingCommunicationErrors DISPLAY_NAME_LENGTH_LONGER_THAN_SUPPORTED
User display name is longer than the supported length.
-
FAILED_TO_HANGUP_FOR_EVERYONE
public static final CallingCommunicationErrors FAILED_TO_HANGUP_FOR_EVERYONE
Cannot hangup for everyone in a non-hostless call
-
NO_MULTIPLE_CONNECTIONS_WITH_DIFFERENT_CLOUDS
public static final CallingCommunicationErrors NO_MULTIPLE_CONNECTIONS_WITH_DIFFERENT_CLOUDS
No multiple connections with different cloud type per app is allowed.
-
DUPLICATE_DEVICE_ID
public static final CallingCommunicationErrors DUPLICATE_DEVICE_ID
Virtual tried to register an already registered device id.
-
VIRTUAL_DEVICE_NOT_STARTED
public static final CallingCommunicationErrors VIRTUAL_DEVICE_NOT_STARTED
Virtual device is not started.
-
INVALID_VIDEO_STREAM_COMBINATION
public static final CallingCommunicationErrors INVALID_VIDEO_STREAM_COMBINATION
Invalid video stream combination provided.
-
INVALID_VIDEO_FORMAT
public static final CallingCommunicationErrors INVALID_VIDEO_FORMAT
Invalid video format set
-
INVALID_BUFFER
public static final CallingCommunicationErrors INVALID_BUFFER
The buffer does not match the video format set or does contain valid data
-
RAW_VIDEO_FRAME_NOT_SENT
public static final CallingCommunicationErrors RAW_VIDEO_FRAME_NOT_SENT
There was a problem while sending the video frame
-
UNSUPPORTED_VIDEO_STREAM_RESOLUTION
public static final CallingCommunicationErrors UNSUPPORTED_VIDEO_STREAM_RESOLUTION
The selected video resolution is not valid for the virtual video
-
FEATURE_EXTENSION_NOT_FOUND
public static final CallingCommunicationErrors FEATURE_EXTENSION_NOT_FOUND
Feature extension not found.
-
VIDEO_EFFECT_NOT_SUPPORTED
public static final CallingCommunicationErrors VIDEO_EFFECT_NOT_SUPPORTED
Video effect not supported by device
-
FAILED_TO_SEND_RAW_AUDIO_BUFFER
public static final CallingCommunicationErrors FAILED_TO_SEND_RAW_AUDIO_BUFFER
Sending Raw Audio Buffer Failed
-
CANNOT_MUTE_VIRTUAL_AUDIO_STREAM
public static final CallingCommunicationErrors CANNOT_MUTE_VIRTUAL_AUDIO_STREAM
Cannot mute virtual audio stream
-
CAPTIONS_FAILED_TO_START
public static final CallingCommunicationErrors CAPTIONS_FAILED_TO_START
Start captions failed
-
CAPTIONS_DISABLED_BY_CONFIGURATIONS
public static final CallingCommunicationErrors CAPTIONS_DISABLED_BY_CONFIGURATIONS
Start captions failed, captions is disabled by configurations
-
CAPTIONS_POLICY_DISABLED
public static final CallingCommunicationErrors CAPTIONS_POLICY_DISABLED
Start captions failed, captions policy is disabled
-
CAPTIONS_NOT_ACTIVE
public static final CallingCommunicationErrors CAPTIONS_NOT_ACTIVE
Captions are not active
-
CAPTIONS_REQUESTED_LANGUAGE_NOT_SUPPORTED
public static final CallingCommunicationErrors CAPTIONS_REQUESTED_LANGUAGE_NOT_SUPPORTED
The requested language is not supported
-
FAILED_TO_SET_CAPTION_LANGUAGE
public static final CallingCommunicationErrors FAILED_TO_SET_CAPTION_LANGUAGE
Set caption language failed
-
SET_CAPTION_LANGUAGE_DISABLED
public static final CallingCommunicationErrors SET_CAPTION_LANGUAGE_DISABLED
Set caption language is disabled
-
SET_CAPTION_LANGUAGE_TEAMS_PREMIUM_LICENSE_NEEDED
public static final CallingCommunicationErrors SET_CAPTION_LANGUAGE_TEAMS_PREMIUM_LICENSE_NEEDED
Set caption language failed, teams premium license needed
-
CAPTIONS_FAILED_TO_SET_SPOKEN_LANGUAGE
public static final CallingCommunicationErrors CAPTIONS_FAILED_TO_SET_SPOKEN_LANGUAGE
Failed to set spoken language
-
CAPTIONS_SET_SPOKEN_LANGUAGE_DISABLED
public static final CallingCommunicationErrors CAPTIONS_SET_SPOKEN_LANGUAGE_DISABLED
Set spoken language is disabled
-
GET_CAPTIONS_FAILED_CALL_STATE_NOT_CONNECTED
public static final CallingCommunicationErrors GET_CAPTIONS_FAILED_CALL_STATE_NOT_CONNECTED
Get captions failed, call should be connected
-
GET_CAPTIONS_FAILED
public static final CallingCommunicationErrors GET_CAPTIONS_FAILED
Get captions failed
-
SPOTLIGHT_DISABLED_BY_CONFIGURATIONS
public static final CallingCommunicationErrors SPOTLIGHT_DISABLED_BY_CONFIGURATIONS
Spotlight failed, spotlight feature is disabled by configurations
-
MAX_SPOTLIGHT_REACHED
public static final CallingCommunicationErrors MAX_SPOTLIGHT_REACHED
Max supported spotlight reached
-
SPOTLIGHT_PARTICIPANT_EMPTY_LIST
public static final CallingCommunicationErrors SPOTLIGHT_PARTICIPANT_EMPTY_LIST
Spotlight Input List empty
-
SIGNALING_OPERATION_FAILED
public static final CallingCommunicationErrors SIGNALING_OPERATION_FAILED
Signaling Service Status Code
-
MUSIC_MODE_NOT_ENABLED
public static final CallingCommunicationErrors MUSIC_MODE_NOT_ENABLED
Music mode not enabled
-
LOBBY_DISABLED_BY_CONFIGURATIONS
public static final CallingCommunicationErrors LOBBY_DISABLED_BY_CONFIGURATIONS
Lobby is disabled by configurations
-
LOBBY_CONVERSATION_TYPE_NOT_SUPPORTED
public static final CallingCommunicationErrors LOBBY_CONVERSATION_TYPE_NOT_SUPPORTED
Current conversation type does not support Lobby
-
LOBBY_MEETING_ROLE_NOT_ALLOWED
public static final CallingCommunicationErrors LOBBY_MEETING_ROLE_NOT_ALLOWED
Current meeting role does not have permission to admit/reject user from Lobby
-
LOBBY_PARTICIPANT_NOT_EXIST
public static final CallingCommunicationErrors LOBBY_PARTICIPANT_NOT_EXIST
Participant is not exist in the Lobby
-
REMOVE_PARTICIPANT_OPERATION_FAILURE
public static final CallingCommunicationErrors REMOVE_PARTICIPANT_OPERATION_FAILURE
Remove participant operation failure
-
LOBBY_ADMIT_OPERATION_FAILURE
public static final CallingCommunicationErrors LOBBY_ADMIT_OPERATION_FAILURE
Admit/AdmitAll operation failure
-
PROXY_NOT_AVAILABLE_FOR_TEAMS
public static final CallingCommunicationErrors PROXY_NOT_AVAILABLE_FOR_TEAMS
Teams Interop is disabled while using proxy
-
FAILED_TO_SET_MEDIA_PROXY
public static final CallingCommunicationErrors FAILED_TO_SET_MEDIA_PROXY
Set media proxy failed
-
MEDIA_STATISTICS_INVALID_REPORT_INTERVAL
public static final CallingCommunicationErrors MEDIA_STATISTICS_INVALID_REPORT_INTERVAL
Invalid report interval for Media Statistics Call Feature.
-
DATA_CHANNEL_FAILED_TO_START
public static final CallingCommunicationErrors DATA_CHANNEL_FAILED_TO_START
Start Data Channel Call Feature failed
-
DATA_CHANNEL_SENDER_CLOSED
public static final CallingCommunicationErrors DATA_CHANNEL_SENDER_CLOSED
Data Channel sender already closed
-
DATA_CHANNEL_RANDOM_ID_NOT_AVAILABLE
public static final CallingCommunicationErrors DATA_CHANNEL_RANDOM_ID_NOT_AVAILABLE
Random data channel id not available
-
DATA_CHANNEL_MESSAGE_SIZE_OVER_LIMIT
public static final CallingCommunicationErrors DATA_CHANNEL_MESSAGE_SIZE_OVER_LIMIT
Data Channel message size over the limit
-
DATA_CHANNEL_MESSAGE_FAILURE_FOR_BANDWIDTH
public static final CallingCommunicationErrors DATA_CHANNEL_MESSAGE_FAILURE_FOR_BANDWIDTH
Data Channel message failed to send due to bandwidth
-
DATA_CHANNEL_MESSAGE_FAILURE_FOR_TRAFFIC_LIMIT
public static final CallingCommunicationErrors DATA_CHANNEL_MESSAGE_FAILURE_FOR_TRAFFIC_LIMIT
Start Data Channel message failed to send due to traffic limit
-
INVALID_PARTICIPANT_ADDED_TO_CALL
public static final CallingCommunicationErrors INVALID_PARTICIPANT_ADDED_TO_CALL
Attempted to added a participant with an invalid type to the call
-
INVALID_TOKEN_PROVIDER
public static final CallingCommunicationErrors INVALID_TOKEN_PROVIDER
Invalid token provider given.
-
TEAMS_FOR_LIFE_MEETING_JOIN_NOT_SUPPORTED
public static final CallingCommunicationErrors TEAMS_FOR_LIFE_MEETING_JOIN_NOT_SUPPORTED
Teams for life meeting join not supported
-
CAPTIONS_FAILED_TO_STOP
public static final CallingCommunicationErrors CAPTIONS_FAILED_TO_STOP
Stop captions failed
-
SWITCH_SOURCE_BLOCKED
public static final CallingCommunicationErrors SWITCH_SOURCE_BLOCKED
Switch source blocked
-
SURVEY_RATING_SCALE_OUT_OF_BOUNDS
public static final CallingCommunicationErrors SURVEY_RATING_SCALE_OUT_OF_BOUNDS
Survey Rating Scale Invalid Bounds
-
SURVEY_RATING_SCALE_INVALID_THRESHOLD
public static final CallingCommunicationErrors SURVEY_RATING_SCALE_INVALID_THRESHOLD
Survey Rating Scale Invalid Threshold
-
SURVEY_SCORE_OUT_OF_BOUNDS
public static final CallingCommunicationErrors SURVEY_SCORE_OUT_OF_BOUNDS
Survey Score Out of Bounds
-
SURVEY_DOUBLE_SUBMISSION_NOT_ALLOWED
public static final CallingCommunicationErrors SURVEY_DOUBLE_SUBMISSION_NOT_ALLOWED
Survey Double Submission Not Allowed
-
MUTE_OTHERS_FORBIDDEN
public static final CallingCommunicationErrors MUTE_OTHERS_FORBIDDEN
Forbidden to mute others
-
MUTE_OTHERS_INTERNAL_SERVER_ERROR
public static final CallingCommunicationErrors MUTE_OTHERS_INTERNAL_SERVER_ERROR
Internal server error occurred when muting others
-
MUTE_OTHERS_NOT_FOUND
public static final CallingCommunicationErrors MUTE_OTHERS_NOT_FOUND
Not found exception occurred when muting others
-
MUTE_OTHERS_NOT_SUPPORTED
public static final CallingCommunicationErrors MUTE_OTHERS_NOT_SUPPORTED
Cannot mute others because method not supported
-
-
Method Detail
-
values
public static CallingCommunicationErrors[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (CallingCommunicationErrors c : CallingCommunicationErrors.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CallingCommunicationErrors valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-