Back to Content

RTCIceCandidatePairStats: packetsSent property

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

latest422 B
Original Source

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

The packetsSent property of the {{domxref("RTCIceCandidatePairStats")}} dictionary indicates the total number of packets sent on the candidate pair.

Value

An integer value indicating the total number of packets sent on the pair.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("RTCIceCandidatePairStats.bytesSent")}}