RTC_SECURITY_LEVEL (Windows CE 5.0)
This enumeration defines possible encryption levels for the media stream.
typedef enum RTC_SECURITY_LEVEL { RTCSECL_UNSUPPORTED = 1, RTCSECL_SUPPORTED, RTCSECL_REQUIRED} RTC_SECURITY_LEVEL;
Elements
- RTCSECL_UNSUPPORTED
Media stream encryption is not supported for the specified media type. - RTCSECL_SUPPORTED
Media stream encryption is supported for the specified media type. - RTCSECL_REQUIRED
Media stream encryption is required for the specified media type.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h.
See Also
RTC Client API Enumerations | IRTCClient2::PreferredSecurityLevel | RTC_SECURITY_TYPE
Send Feedback on this topic to the authors