Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The CALL_MEDIA_EVENT_CAUSE enum is used by ITCallMediaEvent::get_Cause method to return a description of what caused a media event, such as a device timeout.
Syntax
typedef enum CALL_MEDIA_EVENT_CAUSE {
CMC_UNKNOWN = 0,
CMC_BAD_DEVICE,
CMC_CONNECT_FAIL,
CMC_LOCAL_REQUEST,
CMC_REMOTE_REQUEST,
CMC_MEDIA_TIMEOUT,
CMC_MEDIA_RECOVERED,
CMC_QUALITY_OF_SERVICE
} ;
Constants
CMC_UNKNOWNValue: 0 Call media is unknown. |
CMC_BAD_DEVICEDevice source or renderer is not functioning. |
CMC_CONNECT_FAILCould not connect to media device. |
CMC_LOCAL_REQUESTA local request has been received. |
CMC_REMOTE_REQUESTA remote request has been received. |
CMC_MEDIA_TIMEOUTThe media device timed out. |
CMC_MEDIA_RECOVEREDMedia processing has resumed after an interruption. |
CMC_QUALITY_OF_SERVICE |
Requirements
| Requirement | Value |
|---|---|
| Header | tapi3if.h |