IRTCClientSIPPrivacy

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This interface adds privacy support for all SIP traffic for an IRTCClient. It implements a subset of RFC 3323, RFC 3324, and 3325.

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

IRTCClientSIPPrivacy::put_SIPPrivacyType

Sets the privacy policy settings for the client.

IRTCClientSIPPrivacy::get_SIPPrivacyType

Gets the current privacy policy settings from the client.

Obtaining a Pointer

The IRTCClientSIPPrivacy interface is created by calling IUnknown::QueryInterface on the IRTCClient object.

Requirements

Header rtccore.idl
Library uuid.lib
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

RTC Client API Interfaces