RTC_PRIVACY_MODE
This enumeration defines possible privacy settings for the client. The IRTCClientPresence::PrivacyMode method uses this enumeration.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h.
See Also
IRTCClientPresence::PrivacyMode
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.