Web/API/RTCInboundRtpStreamStats/lastPacketReceivedTimestamp

From Get docs


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

Specification Status Comment
Identifiers for WebRTC's Statistics APIThe definition of 'RTCInboundRtpStreamStats.lastPacketReceivedTimestamp' in that specification. Candidate Recommendation Initial definition.

Browser compatibility

No compatibility data found. Please contribute data for "api.RTCInboundRtpStreamStats.lastPacketReceivedTimestamp" (depth: 1) to the MDN compatibility data repository.