Back to Content

RTCTransportStats: packetsSent property

files/en-us/web/api/rtctransportstats/packetssent/index.md

latest348 B
Original Source

{{APIRef("WebRTC")}}{{SeeCompatTable}}

The packetsSent property of the {{domxref("RTCTransportStats")}} dictionary indicates the total number of packets sent over this transport.

Value

A positive integer indicating the number of packets sent on the transport.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}