AvayaClientServices.Base contains all classes that are common to all SDK modules.
Classes
- AudioDevice
- AudioInputInterface
- AudioInterface
- AudioOutputInterface
- BaseError
- Capability
- DataRetrieval
- DataSet
- LoggerInterface
- Mask
- MediaInterface
- MediaServices
- Promise
- Rect
- SettingsFileParser
- VideoDevice
- VideoInterface
Namespaces
Members
-
<static> AbsoluteCategoryRating :number
-
Helps to indicate the quality of service using Absolute Category Rating method.
Type:
- number
Properties:
Name Type Default Description EXCELLENTnumber 5 GOODnumber 4 FAIRnumber 3 POORnumber 2 BADnumber 1
-
<static, readonly> CapabilityDenialReason :String
-
Denial reasons for capabilities.
Type:
- String
Properties:
Name Type Default Description CAPABILITY_NOT_DENIEDString CAPABILITY_NOT_DENIED CAPABILITY_INVALID_STATEString CAPABILITY_INVALID_STATE CAPABILITY_NOT_SUPPORTEDString CAPABILITY_NOT_SUPPORTED CAPABILITY_CALL_IS_REMOTEString CAPABILITY_CALL_IS_REMOTE CAPABILITY_CALL_IS_NOT_REMOTEString CAPABILITY_CALL_IS_NOT_REMOTE CAPABILITY_CALL_HAS_NO_AUDIOString CAPABILITY_CALL_HAS_NO_AUDIO CAPABILITY_CALL_HAS_NO_VIDEOString CAPABILITY_CALL_HAS_NO_VIDEO CAPABILITY_NOT_ALLOWEDString CAPABILITY_NOT_ALLOWED CAPABILITY_NEED_SIGNINString CAPABILITY_NEED_SIGNIN CAPABILITY_NEED_MODERATORString CAPABILITY_NEED_MODERATOR CAPABILITY_NEED_SIGNIN_OR_MODERATORString CAPABILITY_NEED_SIGNIN_OR_MODERATOR CAPABILITY_NOT_INSTALLEDString CAPABILITY_NOT_INSTALLED CAPABILITY_NOT_CONFERENCE_OWNERString CAPABILITY_NOT_CONFERENCE_OWNER CAPABILITY_HARDWARE_NOT_SUPPORTEDString CAPABILITY_HARDWARE_NOT_SUPPORTED CAPABILITY_BROWSER_NOT_SUPPORTEDString CAPABILITY_BROWSER_NOT_SUPPORTED CAPABILITY_WEBGL_NOT_SUPPORTEDString CAPABILITY_WEBGL_NOT_SUPPORTED CAPABILITY_HARDWARE_GPU_NOT_AVAILABLEString CAPABILITY_HARDWARE_GPU_NOT_AVAILABLE CAPABILITY_DISABLED_BY_ADMINString CAPABILITY_DISABLED_BY_ADMIN CAPABILITY_REMOTE_CONTROL_NOT_SUPPORTEDString CAPABILITY_REMOTE_CONTROL_NOT_SUPPORTED CAPABILITY_REMOTE_CONTROL_INCOMPATIBLEString CAPABILITY_REMOTE_CONTROL_INCOMPATIBLE
-
<static, readonly> DataRetrievalStatus :String
-
Data Retrieval statuses.
Type:
- String
Properties:
Name Type Default Description IN_PROGRESSString IN_PROGRESS DONEString DONE CANCELLEDString CANCELLED FAILEDString FAILED
-
<static, readonly> DataSetChangeTypes :String
-
DataSet change types. Used in onDataSetCallback.
Type:
- String
Properties:
Name Type Default Description ADDEDString ADDED Set of elements has been added to the DataSet
REMOVEDString REMOVED Set of elements has been removed to the DataSet
UPDATEDString UPDATED Set of elements has been updated to the DataSet
-
<static, readonly> ErrorReasons :String
-
Type:
- String
Properties:
Name Type Default Description CAPABILITY_INVALID_STATEString Service is in invalid state. CAPABILITIES
CAPABILITY_NOT_SUPPORTEDString Feature is not supported. CAPABILITY_CALL_IS_REMOTEString CAPABILITY_CALL_IS_NOT_REMOTEString CAPABILITY_CALL_HAS_NO_AUDIOString CAPABILITY_CALL_HAS_NO_VIDEOString CAPABILITY_NOT_ALLOWEDString Action is not allowed. CAPABILITY_NEED_SIGN_INString CAPABILITY_NEED_MODERATORString CAPABILITY_NEED_SIGN_IN_OR_MODERATORString CAPABILITY_NOT_INSTALLEDString Extension is not installed. NETWORK_ERRORString Failed to perform operation. Network error occurred. NETWORK
NETWORK_UNAUTHORIZEDString Failed to perform operation due to authorization failure. NETWORK_AUTHORIZATION_CANCELEDString Failed to perform operation due to canceled authentication. NETWORK_CANCELEDString Failed to perform operation. Operation was canceled. SOCKET_CLOSEDString Failed to perform operation. Socket closed. ERROR_SENDINGString Failed to perform operation. Error sending INTERNAL_ERRORString An internal error occurred. OTHER
TIMEOUTString An operation has timed out LIBRARY_NOT_SUPPORTEDString Library is not supported. DEPRECATEDString Use of deprecated API is not recommended as if this function may be removed in the future. BACKOFF_ALGORITHM_CANCELLEDString Backoff Algorithm canceled.
-
<static> MediaStreamError :string
-
Enumeration describing MediaStreamErrors.
Type:
- string
Properties:
Name Type Default Description ABORTstring AbortError Although the user and operating system both granted access to the hardware device, and no hardware issues occurred, some problem occurred which prevented the device from being used.
NOT_ALLOWEDstring NotAllowedError One or more of the requested source devices cannot be used at this time.
Possible reasons: browsing context is insecure (HTTP), the user has denied access for the current session/globally.PERMISSION_DENIEDstring PermissionDeniedError Similar to NotAllowedError. One or more of the requested source devices cannot be used at this time.
Possible reasons: browsing context is insecure (HTTP), the user has denied access for the current session/globally.NOT_FOUNDstring NotFoundError No media tracks of the type specified were found that satisfy the given constraints.
NOT_READABLEstring NotReadableError Although the user granted permission to use the matching devices, a hardware error occurred at the operating system, browser, or Web page level.
OVERCONSTRAINEDstring OverconstrainedError The specified constraints resulted in no candidate devices which met the criteria requested.
SECURITYstring SecurityError User media support is disabled on the Document on which getUserMedia() was called.
TYPEstring TypeError The list of constraints specified is empty, or has all constraints set to false.
DEVICES_NOT_FOUNDstring DevicesNotFoundError Similar to NotFoundError. No media tracks of the type specified were found that satisfy the given constraints.
-
<static, readonly> MediaTypes :String
-
Media types.
Type:
- String
Properties:
Name Type Default Description AUDIO_INPUTString audioinput AUDIO_OUTPUTString audiooutput VIDEO_INPUTString videoinput