Back to Content

RTCInboundRtpStreamStats: jitter property

files/en-us/web/api/rtcinboundrtpstreamstats/jitter/index.md

latest462 B
Original Source

{{APIRef("WebRTC")}}

The jitter property of the {{domxref("RTCInboundRtpStreamStats")}} dictionary indicates the packet interarrival {{glossary("jitter")}} for this synchronization source (SSRC), in seconds.

The packet jitter is calculated as defined in {{rfc("RFC3550",,"6.4.1")}}.

Value

A positive number, in seconds.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}