IRTCSession3

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

The IRTCSession3 interface contains one additional method related to the session, extending the functionality provided by the IRTCSession2 interface. The IRTCClient::CreateSession and IRTCClient2::CreateSessionWithDescription methods create the Session object. Use IUnknown::QueryInterface on the Session object to discover the IRTCSession3 interface for RTC 1.3 implementations.

Methods

The IRTCSession3 interface inherits the methods of the standard COM interface IUnknown.

In addition, IRTCSession3 defines the following method, including those inherited from IRTCSession2.

Method Description

IRTCSession3::AddParticipantEx

Creates a participant on the specified device and adds it to the session. Adding a participant to an idle session initiates the call.

Requirements

Header rtccore.h, rtccore.idl
Library rtcdll.dll
Windows Embedded CE Windows Embedded CE 6.0

See Also

Reference

RTC Client API Interfaces

Concepts

Enhanced MPOP Support