Share via


IRTCSession:IUnknown (Windows CE 5.0)

Send Feedback

This interface represents a Session object. The IRTCClient::CreateSession method creates the Session 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
Client Gets the parent RTC Client object.
State Gets the current state of the session.
Type Gets the type of session.
Profile Gets the profile currently used by the session.
Participants Gets a collection of the participants in this session, excluding the local user.
Answer Answers an incoming session.
Terminate Terminates a session.
Redirect Changes the type of session and profile for a redirected call.
AddParticipant Creates a participant and adds it to the session.
RemoveParticipant Removes a participant from the session.
EnumerateParticipants Retrieves an enumeration of the participants in this session, excluding the local user.
CanAddParticipants Gets a value indicating if it is possible to add participants to this session.
RedirectedUserURI Gets the Universal Resource Identifier (URI) of the current user in the redirection list.
RedirectedUserName Gets the displayable name of the current user in the redirection list.
NextRedirectedUser Advances the index in the array of addresses kept by the redirection context.
SendMessage Sends an instant message.
SendMessageStatus Sends a user's typing status for a messaging window.
AddStream Adds one new media stream to this session.
RemoveStream Removes one media stream from this session.
EncryptionKey Sets the encryption key to be used for one or more media streams.

Requirements

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

See Also

RTC Client API Interfaces | IRTCClient::CreateSession | IUnknown

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.