Share via


IRTCParticipant:IUnknown

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
UserURI Gets the user Universal Resource Identifier (URI) of the participant.
Name Gets the name of the participant.
Removable Gets a value that tells if it is possible to remove this participant from the session.
State Gets the current state of the participant.
Session Gets the parent Session object for the participant.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.

See Also

IRTCSession::AddParticipant | IUnknown

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.