IVoIPCurrentCall::RTCParticipant (Windows CE 5.0)
This method retrieves the RTC participant associated with the current call. Use of this method is not recommended.
HRESULT get_RTCParticipant( IRTCParticipant**piparticipant);
Parameters
piparticipant
[out] Pointer to an IRTCParticipant interface pointer that receives the participant. This method adds a reference to the object. The caller releases this reference.Note The application should only use this pointer if there is a requirement that IRTCParticipant satisfies that is not met by calls to IVoIPMgr and other methods within IVoIPCurrentCall. Using the pointer incorrectly may put the VoIP manager in an unstable state.
Return Values
If the HRESULT value passed to the SUCCEEDED macro returns TRUE, the method succeeded. Otherwise, the method failed.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Voipmanager.h, Voipmanager.idl.
Link Library: Voipguid.lib.
See Also
VAIL Architecture | VAIL Reference | IRTCParticipant | IVoIPMgr
Send Feedback on this topic to the authors