RTCInboundRtpStreamStats.lastPacketReceivedTimestamp
The lastPacketReceivedTimestamp
property of the RTCInboundRtpStreamStats
dictionary indicates the time at which the most recently received packet arrived from this source.
Syntax
var lastPacketTimestamp = rtcInboundRtpStreamStats.lastPacketReceivedTimestamp;
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
No specification data found for api.RTCInboundRtpStreamStats.lastPacketReceivedTimestamp
.
Check for problems with this page or contribute a missing spec_url
to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.
Browser compatibility
No compatibility data found for api.RTCInboundRtpStreamStats.lastPacketReceivedTimestamp
.
Check for problems with this page or contribute missing data to mdn/browser-compat-data.
© 2005–2021 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