Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
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 |