IRTCParticipant

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This interface contains all methods related to a Participant object. The IRTCSession::AddParticipant method creates the Participant object.

Methods

The following table shows the methods for this interface in vtable order. This is the order in which the compiler calls the methods. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.

Method Description

IRTCParticipant::UserURI

Gets the user Universal Resource Identifier (URI) of the participant.

IRTCParticipant::Name

Gets the name of the participant.

IRTCParticipant::Removable

Gets a value that tells if it is possible to remove this participant from the session.

IRTCParticipant::State

Gets the current state of the participant.

IRTCParticipant::Session

Gets the parent Session object for the participant.

Requirements

Header rtccore.h, rtccore.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

RTC Client API Interfaces