Enum RtpEncryptionTypeEnum
Enumeration of the different types of encryption available for RTP media (audio, video and RTT).
Namespace: SipLib.Rtp
Assembly: SipLib.dll
Syntax
public enum RtpEncryptionTypeEnum
Fields
Name | Description |
---|---|
DTLS_SRTP | Use DTLS-SRTP as described in RFC 5763, RFC 5764 and RFC 3711 |
None | No media encryption |
SDES_SRTP | Use SDES-SRTP as described in RFC 4568 and RFC 3711. |