RTC_PRIVACY_MODE

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This enumeration defines possible privacy settings for the client. The IRTCClientPresence::PrivacyMode method uses this enumeration.

Syntax

typedef enum RTC_PRIVACY_MODE {
  RTCPM_BLOCK_LIST_EXCLUDED,
  RTCPM_ALLOW_LIST_ONLY
} RTC_PRIVACY_MODE;

Elements

  • RTCPM_BLOCK_LIST_EXCLUDED
    Incoming audio/video/messaging sessions are allowed from all callers with the exception of those in the Block List.
  • RTCPM_ALLOW_LIST_ONLY
    Incoming audio/video/messaging sessions are allowed only from callers who are members of the Allow List.

Requirements

Header rtccore.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

RTC Client API Enumerations
IRTCClientPresence::PrivacyMode