IRTCSessionDescriptionManager:IUnknown

This interface defines a Session Description Manager that the application is responsible for implementing. The interface allows the RTC Client API to supply the application with the SDP session information, such as the content type and body of an incoming INVITE request. The application can decide to handle the SDP negotiation for the session or let the RTC Client API handle the negotiation.

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
EvaluateSessionDescription Evaluates the session description for the supplied content type and body of a SIP INVITE request.

Obtaining a Pointer

A pointer to this interface must be supplied to the RTC Client API via the IRTCClient2::SetSessionDescriptionManager method.

Requirements

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

See Also

IRTCClient2::SetSessionDescriptionManager | IUnknown

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.