RTCIceCandidateStats.candidateType
The RTCIceCandidateStats
interface's candidateType
property is a string which indicates the type of ICE candidate the object represents.
Syntax
candidateType = rtcIceCandidateStats.candidateType;
Value
A DOMString
whose value is one of the strings found in RTCIceCandidate.type
.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API (WebRTC Statistics) # dom-rtcicecandidatestats-candidatetype |
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
candidateType |
No |
No |
27 |
No |
? |
12.1 |
No |
No |
27 |
? |
12.2 |
No |
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidateStats/candidateType