Back to Content

RTCIceCandidatePairStats: lastPacketReceivedTimestamp property

files/en-us/web/api/rtcicecandidatepairstats/lastpacketreceivedtimestamp/index.md

latest533 B
Original Source

{{APIRef("WebRTC")}}

The lastPacketReceivedTimestamp property of the {{domxref("RTCIceCandidatePairStats")}} dictionary indicates the time at which the connection described by the candidate pair last received a packet.

{{Glossary("STUN")}} packets are not included.

Value

A {{domxref("DOMHighResTimeStamp")}} object indicating the timestamp at which the connection described by pair of candidates last received a packet, STUN packets excluded.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}