RTCInboundRtpStreamStats: jitterBufferMinimumDelay property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
ThejitterBufferMinimumDelay
property of theRTCInboundRtpStreamStats
dictionary indicates the minimumjitter buffer delay that might be achieved given only the network characteristics such as jitter and packet loss.
The jitter buffer delay may be impacted by user settings such asRTCRtpReceiver.jitterBufferTarget
, and WebRTC mechanisms such as AV synchronization.jitterBufferMinimumDelay
can be compared to thejitterBufferTargetDelay
to examine the effect of these external factors on the delay.
The property is updated whenjitterBufferEmittedCount
is updated.
In this article
Value
A positive number, in seconds.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API> # dom-rtcinboundrtpstreamstats-jitterbufferminimumdelay> |
Browser compatibility
Loading…