RTCSP_ (Windows Embedded CE 6.0)
1/6/2010
The privacy constants describe privacy related features. These constants are used by the IRTCSessionSIPPrivacy and IRTCClientSIPPrivacy interfaces.
Value | Description |
---|---|
RTCSP_PRIVACY_NONE = 0x00000000 |
Client does not use privacy. |
RTCSP_PRIVACY_LOCAL = 0x00000001 |
Client obfuscates the “From” header. |
RTCSP_PRIVACY_PROXY_HEADER = 0x00000002 |
Client obfuscates the “From” header and adds “Proxy-Require: Privacy” header. |
RTCSP_PRIVACY_PROXY_SESSION = 0x00000004 |
Client obfuscates the “From” header, adds “Proxy-Require: Privacy” and “Privacy: session” headers. |
RTCSP_PRIVACY_PROXY_ID = 0x00000008 |
Client obfuscates the “From” header, adds “Privacy: id”, “Proxy-Require: Privacy”, and “P-Preferred-Identity” headers. |
RTCSP_PRIVACY_ALL = 0x0000000F |
Client enables all privacy related functionality. |
Requirements
Header | rtccore.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |