RTCRemoteInboundRtpStreamStats: jitter property

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 RFC 3550, section 6.4.1.

Specifications

Specification
Identifiers for WebRTC's Statistics API
# dom-rtcreceivedrtpstreamstats-jitter

Browser compatibility

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
jitter in 'remote-inbound-rtp' stats

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support
No support
No support

See also