Firefox Tomorrow

web api instance property

RTCInboundRtpStreamStats: jitterBufferMinimumDelay property

View on MDN ↗

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 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.

Value

A positive number, in seconds.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also