RTCOutboundRtpStreamStats.lastPacketSentTimestamp
The lastPacketSentTimestamp
property of the RTCOutboundRtpStreamStats
dictionary indicates the time at which the RTCRtpSender
described by this RTCOutboundRtpStreamStats
object last transmitted a packet to the remote receiver.
Syntax
var lastPacketTimestamp = RTCOutboundRtpStreamStats.lastPacketSentTimestamp;
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.RTCOutboundRtpStreamStats.lastPacketSentTimestamp
.
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.RTCOutboundRtpStreamStats.lastPacketSentTimestamp
.
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/RTCOutboundRtpStreamStats/lastPacketSentTimestamp