W3cubDocs

/Web APIs

RTCInboundRtpStreamStats: lastPacketReceivedTimestamp property

The lastPacketReceivedTimestamp property of the RTCInboundRtpStreamStats dictionary indicates the time at which the most recently received packet arrived from this source.

Value

A DOMHighResTimeStamp which specifies the time at which the most recently received packet arrived on this RTP stream.

Note: This value differs from the timestamp, which represents the time at which the statistics object was created.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
lastPacketReceivedTimestamp 80 80 106 No 67 15.2–15.5 80 80 106 57 No 13.0

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCInboundRtpStreamStats/lastPacketReceivedTimestamp