RTCRemoteInboundRtpStreamStats: timestamp property
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
Thetimestamp property of theRTCRemoteInboundRtpStreamStats dictionary is aDOMHighResTimeStamp object specifying the time at which the data in the object was sampled.
For this object the timestamp is the time at which theRTCP Receiver Report (RR) was received at the local end of the communication (the RR report is defined inRFC 3550, section 6.4.2).
In this article
Value
ADOMHighResTimeStamp 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 offingerprinting protection in the form of reduced clock precision or accuracy.
Specifications
| Specification |
|---|
| Identifiers for WebRTC's Statistics API> # dom-rtcstats-timestamp> |