IVoIPMediaMgr::ConferenceSessions (Windows CE 5.0)
This method is called when the phone wants to conference two sessions. The media manager can implement this method by storing identifiers for these sessions and then, during media processing, locally mixing the media streams represented by both sessions and sending the resulting mixed stream to both parties.
HRESULT ConferenceSessions( IRTCSession2* piSessionA, IRTCSession2* piSessionB);
Parameters
- piSessionA
[in] An IRTCSession2 implementation that represents the first session to be conferenced together. - piSessionB
[in] An IRTCSession2 implementation that represents the second session to be conferenced together.
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 | VAIL Reference | IRTCSession2
Send Feedback on this topic to the authors