IRTCSessionStateChangeEvent2::RemotePreferredSecurityLevel

This method gets the security level for the audio, video, or T120 media stream encryption. The method is intended for sessions of type RTCST_PC_TO_PC in the RTCSS_INCOMING session state.

HRESULT get_RemotePreferredSecurityLevel(
  RTC_SECURITY_TYPE enSecurityType,
  RTC_SECURITY_LEVEL* penSecurityLevel
);

Parameters

  • enSecurityType
    [in] An RTC_SECURITY_TYPE enumeration value specifying the type of media that is encrypted.
  • penSecurityLevel
    [out] Pointer to an RTC_SECURITY_LEVEL enumeration value specifying the encryption level.

Return Values

This method can return an RTC_E_ constant.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.

See Also

IRTCSessionStateChangeEvent2 | RTC_SECURITY_LEVEL | RTC_SECURITY_TYPE

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.