Back to Content

RTCIceCandidateStats: port property

files/en-us/web/api/rtcicecandidatestats/port/index.md

latest426 B
Original Source

{{APIRef("WebRTC")}}

The port property of the {{domxref("RTCIceCandidateStats")}} dictionary specifies the network port used by the candidate.

Value

An integer value indicating the network port used by the {{domxref("RTCIceCandidate")}} described by this RTCIceCandidateStats object. Corresponds to {{domxref("RTCIceCandidate.port")}}.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}