IRTCSessionDescriptionManager

The IRTCSessionDescriptionManager interface provides a session management method that the client application is responsible for implementing. The method 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. The application can decide to handle the SDP negotiation for the session or let the RTC Client API handle the negotiation.

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

Methods in Vtable Order

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

In addition, IRTCSessionDescriptionManager defines the following method.

Method Description
EvaluateSessionDescription The RTC Client API supplies the application with the content type and body of the SIP INVITE and allows the application to accept or reject the request.

Requirements

Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCSessionDescriptionManager is defined as BA7F518E-D336-4070-93A6-865395C843F9.

See Also

Session Negotiation