W3cubDocs

/Web APIs

RTCTransportStats: srtpCipher property

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

The srtpCipher property of the RTCTransportStats dictionary indicates the descriptive name of the protection profile used for the Secure Real-time Transport Protocol (SRTP) transport.

Value

A string that indicates the descriptive name of the SRTP protection profile.

Values are defined in the "Profile" column of the IANA DTLS-SRTP protection profile registry and RFC 5764, section 4.1.2.

Examples

>

SRTP_AES128_CM_HMAC_SHA1_80

"SRTP_AES128_CM_HMAC_SHA1_80" is the descriptive name of the following profile, where maximum_lifetime is the maximum number of packets that can be protected by a single set of keys.

SRTP_AES128_CM_HMAC_SHA1_80
cipher: AES_128_CM
cipher_key_length: 128
cipher_salt_length: 112
maximum_lifetime: 2^31
auth_function: HMAC-SHA1
auth_key_length: 160
auth_tag_length: 80

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Opera Safari Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet WebView Android WebView on iOS
srtpCipher 80 80 No 67 14.1 80 No 57 14.5 13.0 80 14.5

© 2005–2025 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCTransportStats/srtpCipher