RTC_SECURITY_LEVEL

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This enumeration defines possible encryption levels for the media stream.

Syntax

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

Header rtccore.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

RTC Client API Enumerations
IRTCClient2::PreferredSecurityLevel
RTC_SECURITY_TYPE