RTC_SECURITY_LEVEL

The RTC_SECURITY_LEVEL enumeration defines the set of possible encryption levels for the media stream.

typedef enum 
{
  RTCSECL_UNSUPPORTED, 
  RTCSECL_SUPPORTED, 
  RTCSECL_REQUIRED
} RTC_SECURITY_LEVEL;

Constants

  • 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

Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.