IRTCParticipant

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

Methods in Vtable Order

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

In addition, IRTCParticipant defines the following methods.

Method Description
get_UserURI Gets the user URI of the Participant.
get_Name Gets the name of the Participant.
get_Removable Gets whether it is possible to remove this Participant from the Session.
get_State Returns the current state of the Participant.
get_Session Returns an IRTCSession interface to the parent Session object.

Requirements

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCParticipant is defined as ae86add5-26b1-4414-af1d-b94cd938d739.