WebRTC Metrics

A comprehensive overview of WebRTC statistics, derived calculations, extracted features, and observable signals, to better understand call quality, connectivity, and user experience in rtcStats

Back
On this page3 sections
certificatecertificateDTLSsecurity

fingerprintAlgorithm

Last updated Applies toany rtcStats setup

The hash algorithm used for the certificate fingerprint.

Description

String

The hash function used to compute the certificate fingerprint (e.g., "sha-256"). This matches the algorithm specified in the SDP "a=fingerprint" line.

Notes

  • "sha-256" is the standard algorithm used in modern WebRTC implementations. Older implementations may use "sha-1" which is considered weaker