Compartir a través de


IRTCSessionDescriptionManager:IUnknown (Windows CE 5.0)

Send Feedback

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 session description protocol (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

RTC Client API Interfaces | IRTCClient2::SetSessionDescriptionManager | IUnknown

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.