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

BCD tables only load in the browser

See also