RTCIceCandidateStats: port property
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020.
The port
property of the RTCIceCandidateStats
dictionary specifies the network port used by the candidate.
Value
An integer value indicating the network port used by the RTCIceCandidate
described by this RTCIceCandidateStats
object.
Corresponds to RTCIceCandidate.port
.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API # dom-rtcicecandidatestats-port |