TAPIEx ActiveX Control v3.6

OnIdle

The OnIdle event is fired when TAPI indicates that the call is in an idle state.

Event OnIdle(
m_Call As TAPICall,
);

Parameters

m_Call
Reference to ITAPICALL.

Remarks

The call does no longer exist on the device and a TAPI application should deallocated the call/handle.

See Also

OnCallStateChange, ITAPICall.Drop