-
public final class CallCompositeErrorCode extends ExpandableStringEnum<CallCompositeErrorCode>
Defines values for CallCompositeErrorCode.
-
-
Field Summary
Fields Modifier and Type Field Description public final static CallCompositeErrorCode
CALL_JOIN_FAILED
public final static CallCompositeErrorCode
CALL_END_FAILED
public final static CallCompositeErrorCode
TOKEN_EXPIRED
public final static CallCompositeErrorCode
CAMERA_FAILURE
public final static CallCompositeErrorCode
MICROPHONE_PERMISSION_NOT_GRANTED
public final static CallCompositeErrorCode
NETWORK_CONNECTION_NOT_AVAILABLE
public final static CallCompositeErrorCode
MICROPHONE_NOT_AVAILABLE
public final static CallCompositeErrorCode
CAPTIONS_NOT_ACTIVE
public final static CallCompositeErrorCode
CAPTIONS_START_FAILED_CALL_NOT_CONNECTED
public final static CallCompositeErrorCode
CAPTIONS_START_FAILED_SPOKEN_LANGUAGE_NOT_SUPPORTED
-
Method Summary
Modifier and Type Method Description static CallCompositeErrorCode
fromString(String name)
Creates or finds a CallCompositeErrorCode from its string representation. static Collection<CallCompositeErrorCode>
values()
-
-
Method Detail
-
fromString
static CallCompositeErrorCode fromString(String name)
Creates or finds a CallCompositeErrorCode from its string representation.
- Parameters:
name
- a name to look for.
-
values
static Collection<CallCompositeErrorCode> values()
-
-
-
-