Firefox Tomorrow

web api instance property

RTCRemoteInboundRtpStreamStats: roundTripTimeMeasurements property

View on MDN ↗

The roundTripTimeMeasurements property of the RTCRemoteInboundRtpStreamStats dictionary contains a positive integer value that represents the total number valid round trip time measurements received for this synchronizing source.

The count can be used as a measure of the availability and reliability of round-trip-time measurement data.

Value

A positive number indicating the number of valid round trip time measurements.

This is the count of RTCP Receiver Reports (RR) received for this synchronizing source that contain a non-zero value for the “delay since last SR (DLSR)” field.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also

  • RR: Receiver Report RTCP Packet