RTCIceCandidateStats.lastPacketSentTimestamp
The RTCIceCandidatePairStats
property lastPacketSentTimestamp
indicates the time at which the connection described by the candidate pair last sent a packet, not including STUN packets.
Syntax
lastPacketSentTimestamp = rtcIceCandidatePairStats.lastPacketSentTimestamp;
Value
A DOMHighResTimeStamp
object indicating the timestamp at which the connection described by pair of candidates last sent a packet, STUN packets excluded.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API (WebRTC Statistics) # dom-rtcicecandidatepairstats-lastpacketsenttimestamp |
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 | |
lastPacketSentTimestamp |
No |
No |
56 |
No |
? |
No |
No |
No |
56 |
? |
No |
No |
© 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/RTCIceCandidatePairStats/lastPacketSentTimestamp