Share via


RTC_PRIVACY_MODE

The RTC_PRIVACY_MODE enumeration describes the privacy setting for the Client. The IRTCClientPresence::get_PrivacyMode method returns a value of this enumeration.

typedef enum RTC_PRIVACY_MODE
{
  RTCPM_BLOCK_LIST_EXCLUDED, 
  RTCPM_ALLOW_LIST_ONLY
} RTC_PRIVACY_MODE;

Constants

  • 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

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.

See Also

IRTCClientPresence::put_PrivacyMode, IRTCClientPresence::get_PrivacyMode