RTC_SECURITY_TYPE
The RTC_SECURITY_TYPE enumeration defines the set of possible media types that can be encrypted.
typedef enum
{
RTCSECT_AUDIO_VIDEO_MEDIA_ENCRYPTION,
RTCSECT_T120_MEDIA_ENCRYPTION
} RTC_SECURITY_TYPE;
Constants
- RTCSECT_AUDIO_VIDEO_MEDIA_ENCRYPTION
Audio and video media streams are encrypted. - RTCSECT_T120_MEDIA_ENCRYPTION
The T120 media stream is encrypted.
Remarks
Encryption of audio and video streams requires Windows XP. Encryption for data collaboration (RTCMT_T120_SENDRECV) sessions requires Windows XP SP1 or greater.
Requirements
Redistributable: Requires Rtcdll.dll on Windows XP and Windows Server 2003.
Header: Declared in Rtccore.h.