ITCallStateEvent

Last Updated : Sep 04, 2015 |

The ITCallStateEvent interface provides methods that retrieves the description of call state events.

Method

Description

get_Cause

Gets the cause associated with the event.

HRESULT
get_Cause (
CALL_STATE_EVENT_CAUSE *pCEC
);

get_State

Gets information on the new call state.

HRESULT
get_State (
CALL_STATE *pCallState
);

get_Call

Gets a pointer to the call information interface for the call on which the event has occurred.

HRESULT
get_Call
ITCallInfo **ppCallInfo
);