Enum RtpEncryptionEnum
Enumeration for the RTP media encryption methods
Namespace: SipLib.Media
Assembly: SipLib.dll
Syntax
public enum RtpEncryptionEnum
Fields
Name | Description |
---|---|
DtlsSrtp | DTLS-SRTP encryption as specified in RFC 5763, RFC 5764 and RFC 3711 |
None | No encryption |
SdesSrtp | SDES-SRTP encryption as specified in RFC 4568 and RFC 3711 |