RTCInboundRtpStreamStats: freezeCount property
The freezeCount
property of the RTCInboundRtpStreamStats
dictionary indicates the total number of video freezes experienced by this receiver.
A freeze is counted if the interval between two rendered frames is equal or greater than the larger of "three times the average duration", or "the average + 150ms". This ensures that the delay required to increment the freeze count scales appropriately with the frame rate.
Note: The value is undefined for audio streams.
Value
A positive integer.
Specifications
No specification found
No specification data found for api.RTCStatsReport.type_inbound-rtp.freezeCount
.
Check for problems with this page or contribute a missing spec_url
to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.