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

Specification Status Comment
Identifiers for WebRTC's Statistics API
The definition of 'RTCOutboundRtpStreamStats.lastPacketSentTimestamp' in that specification.
Candidate Recommendation Initial definition.

Browser compatibility

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