RTCIceCandidateStats: candidateType property
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since February 2020.
The candidateType
property of the RTCIceCandidateStats
dictionary is a string that indicates the type of ICE candidate the object represents.
Value
A string whose value is one of the strings found in RTCIceCandidate.type
.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API # dom-rtcicecandidatestats-candidatetype |