IRTCSession (Windows Embedded CE 6.0)
1/6/2010
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 |
---|---|
Gets the parent RTC Client object. |
|
Gets the current state of the session. |
|
Gets the type of session. |
|
Gets the profile currently used by the session. |
|
Gets a collection of the participants in this session, excluding the local user. |
|
Answers an incoming session. |
|
Terminates a session. |
|
Changes the type of session and profile for a redirected call. |
|
Creates a participant and adds it to the session. |
|
Removes a participant from the session. |
|
Retrieves an enumeration of the participants in this session, excluding the local user. |
|
Gets a value indicating if it is possible to add participants to this session. |
|
Gets the Universal Resource Identifier (URI) of the current user in the redirection list. |
|
Gets the displayable name of the current user in the redirection list. |
|
Advances the index in the array of addresses kept by the redirection context. |
|
Sends an instant message. |
|
Sends a user's typing status for a messaging window. |
|
Adds one new media stream to this session. |
|
Removes one media stream from this session. |
|
Sets the encryption key to be used for one or more media streams. |
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
IRTCClient::CreateSession