Back to Content

RTCRemoteInboundRtpStreamStats: timestamp property

files/en-us/web/api/rtcremoteinboundrtpstreamstats/timestamp/index.md

latest1001 B
Original Source

{{APIRef("WebRTC")}}

The timestamp property of the {{domxref("RTCRemoteInboundRtpStreamStats")}} dictionary is a {{domxref("DOMHighResTimeStamp")}} object specifying the time at which the data in the object was sampled.

For this object the timestamp is the time at which the RTCP Receiver Report (RR) was received at the local end of the communication (the RR report is defined in {{rfc("3550","", "6.4.2")}}).

Value

A {{domxref("DOMHighResTimeStamp")}} value indicating the time at which the activity described by the statistics in this object was recorded, in milliseconds elapsed since the beginning of January 1, 1970, UTC.

The value should be accurate to within a few milliseconds but may not be entirely precise, either because of hardware or operating system limitations or because of fingerprinting protection in the form of reduced clock precision or accuracy.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}