IRTCSessionSIPPrivacy::put_SIPPrivacyType

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method sets the privacy policy settings for the Session. This will override any settings for the parent IRTCClient object. The current session state must be RTCSS_IDLE.

Syntax

HRESULT put_SIPPrivacyType(
        LONG PrivacyType
);

Parameters

  • PrivacyType
    [in] An RTCSP_PRIVACY_ value that sets the privacy level for this IRTCSession object.

Return Value

This method can return an RTC_E_ constant.

Requirements

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

See Also

Concepts

IRTCSessionSIPPrivacy