 |
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
Syntaxpublic enum RtpEncryptionMode
Public Enumeration RtpEncryptionMode
public enum class RtpEncryptionMode
Members|
| Member name | Value | Description |
|---|
| UnsecuredOnly | 0 |
Only unsecured RTP will be used
|
| SecuredOnly | 1 |
Only secured RTP will be used
|
| SecuredPreferredUnsecuredAllowed | 2 |
Secure RTP is preferred but unsecured is allowed
|
| UnsecuredPreferredSecuredAllowed | 3 |
Unsecured RTP is preferred but secured is allowed
|
See Also