Click or drag to resize

RtpEncryptionState Enumeration

The current encryption state of the RTP stream.

Namespace:  VoiceElements.Interface
Assembly:  VoiceElementsInterface (in VoiceElementsInterface.dll) Version: 8.6.1.1
Syntax
public enum RtpEncryptionState
Members
  Member nameValueDescription
None0 No Encryption is being used
SDES_AES_CM_128_HMAC_SHA1_801 AES counter mode 128 in use; negotiated using SDES
DTLS_AES_CM_128_HMAC_SHA1_802 AES counter mode 128 in use; negotiated using DTLS
See Also