IRTCSessionDescriptionManager (Windows Embedded CE 6.0)
1/6/2010
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 |
---|---|
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
Header | rtccore.h, rtccore.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.2 and later |