-
public final class CallCompositeErrorCode extends ExpandableStringEnum<CallCompositeErrorCode>
Defines values for CallCompositeErrorCode.
-
-
Field Summary
Fields Modifier and Type Field Description public final static CallCompositeErrorCodeCALL_JOIN_FAILEDpublic final static CallCompositeErrorCodeCALL_END_FAILEDpublic final static CallCompositeErrorCodeTOKEN_EXPIREDpublic final static CallCompositeErrorCodeCAMERA_FAILUREpublic final static CallCompositeErrorCodeMICROPHONE_PERMISSION_NOT_GRANTEDpublic final static CallCompositeErrorCodeNETWORK_CONNECTION_NOT_AVAILABLEpublic final static CallCompositeErrorCodeMICROPHONE_NOT_AVAILABLEpublic final static CallCompositeErrorCodeCAPTIONS_NOT_ACTIVEpublic final static CallCompositeErrorCodeCAPTIONS_START_FAILED_CALL_NOT_CONNECTEDpublic final static CallCompositeErrorCodeCAPTIONS_START_FAILED_SPOKEN_LANGUAGE_NOT_SUPPORTED
-
Method Summary
Modifier and Type Method Description static CallCompositeErrorCodefromString(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()
-
-
-
-