WebRTC Metrics
A comprehensive overview of WebRTC statistics, derived indicators, and observable signals, to better understand call quality, connectivity, and user experience in rtcStats
Back
inbound-rtpinboundvideo
totalSquaredInterFrameDelay
Sum of the squared interframe delays in seconds between consecutively rendered frames.
Description
Real number
MUST NOT exist for audio (this is video only).
Sum of the squared interframe delays in seconds between consecutively rendered frames, recorded just after a frame has been rendered. See totalInterFrameDelay for details on how to calculate the interframe delay variance.
See also
- inbound-rtp->framesRendered
- inbound-rtp->totalInterFrameDelay
- WebRTC Statistics Specification
