RTCInboundRtpStreamStats: jitterBufferMinimumDelay property

Limited availability

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

The jitterBufferMinimumDelay property of the RTCInboundRtpStreamStats dictionary indicates the minimum jitter 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 as RTCRtpReceiver.jitterBufferTarget, and WebRTC mechanisms such as AV synchronization. jitterBufferMinimumDelay can be compared to the jitterBufferTargetDelay to examine the effect of these external factors on the delay.

The property is updated when jitterBufferEmittedCount is updated.