IVoIPMediaMgr::OnSessionOperationCompleteEvent (Windows CE 5.0)
This method is called when a hold, unhold, or REINVITE event has completed. The media stack should check the Session Description Protocol (SDP) data included in the event and, if necessary, send the media to a different port or address.
HRESULT OnSessionOperationCompleteEvent( IRTCSessionOperationCompleteEvent* piEvent);
Parameters
- piEvent
[in] Pointer to an IRTCSessionOperationCompleteEvent instance that represents the relevant event.
Return Values
If the HRESULT value passed to SUCCEEDED macro returns TRUE, the method succeeded. Otherwise, the method failed.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Voipmediamanager.idl.
Link Library: Voipguid.lib.
See Also
IVoIPMediaMgr | IRTCSessionOperationCompleteEvent | VAIL Reference
Send Feedback on this topic to the authors