Firefox Tomorrow

web api instance property

RTCRemoteInboundRtpStreamStats: jitter property

View on MDN ↗

The jitter property of the RTCRemoteInboundRtpStreamStats dictionary returns the packet jitter for the synchronization source (SSRC) as measured by the remote endpoint.

High packet jitter values indicate that packet arrival rates vary significantly, which may degrade video, audio, and other real-time communications over WebRTC.

Value

Packet jitter, in seconds.

The value is calculated using the “interarrival jitter” algorithm described in 3550.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also