CALL EVENT TYPE

[This is preliminary documentation and subject to change.]

Used by ITCallEventNotification method of the ITCallNotification interface to indicate type of call event which has occurred.

typedef enum 
{
    CET_CALLOWNER,
    CET_CALLMONITOR,
    CET_CALLSTATEVENT,
    CET_CALLMEDIAEVENT
} CALL_EVENT_TYPE;
 

Members

CET_CALLOWNER
Call owner changed.
CET_CALLMONITOR
Call monitor changed.
CET_CALLSTATEVENT
The state of the call has changed.
CET_CALLMEDIAEVENT
The media of a call has changed.