Click or drag to resize

RtpEncryptionMode Enumeration

The requested encryption mode for the call's RTP stream

Namespace:  VoiceElements.Interface
Assembly:  VoiceElementsInterface (in VoiceElementsInterface.dll) Version: 8.6.1.1
Syntax
public enum RtpEncryptionMode
Members
  Member nameValueDescription
UnsecuredOnly0 Only unsecured RTP will be used
SecuredOnly1 Only secured RTP will be used
SecuredPreferredUnsecuredAllowed2 Secure RTP is preferred but unsecured is allowed
UnsecuredPreferredSecuredAllowed3 Unsecured RTP is preferred but secured is allowed
See Also