RTC_PRIVACY_MODE (Windows CE 5.0)
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
RTC Client API Enumerations | IRTCClientPresence::PrivacyMode
Send Feedback on this topic to the authors