RTCIceCandidatePairStats.remoteCandidateId
The RTCIceCandidatePairStats
property remoteCandidateId
is a string that uniquely identifies the remote ICE candidate which was analyzed to generate the RTCIceCandidateStats
used to compute the statistics for this pair of candidates.
Syntax
remoteCandidateId = rtcIceCandidatePairStats.remoteCandidateId;
Value
A DOMString
uniquely identifies the remote ICE candidate—that is, the candidate describing a configuration for the remote peer—which is represented by the remote end of these statistics.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API (WebRTC Statistics) # dom-rtcicecandidatepairstats-remotecandidateid |
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 | |
remoteCandidateId |
No |
No |
29 |
No |
? |
11 |
No |
No |
29 |
? |
11 |
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/RTCIceCandidatePairStats/remoteCandidateId