RTCIceCandidateStats: url property

We’d love to hear your thoughts on the next set of proposals for the JavaScript language. You can find a description of the proposals here.
Please take two minutes to fill out our short survey.

The RTCIceCandidateStats dictionary's url property specifies the URL of the ICE server from which the described candidate was obtained. This property is only available for local candidates.

Value

A string specifying the URL of the ICE server from which the candidate described by the RTCIceCandidateStats was obtained. This is the same URL that would be received in the icecandidate event's url property.

Note: This property does not exist for remote candidates.

Specifications

No specification found

No specification data found for api.RTCIceCandidateStats.url.
Check for problems with this page or contribute a missing spec_url to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.

Browser compatibility