IRTCSessionSIPPrivacy (Windows Embedded CE 6.0)
1/6/2010
This interface adds privacy support for all SIP traffic for an IRTCSession. It implements a subset of RFC 3323, RFC 3324, and 3325. Settings for the session object will override any settings for the parent IRTCClient 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 |
---|---|
Sets the privacy policy settings for the Session. |
|
Gets the current privacy policy settings from the Session. |
Obtaining a Pointer
The IRTCSessionSIPPrivacy interface is created by calling QueryInterface on the IRTCSession object.
Requirements
Header | rtccore.idl |
Library | uuid.lib |
Windows Embedded CE | Windows Embedded CE 6.0 and later |