From b87cc57ae265cf9301eb6f202c9bb6544be84a21 Mon Sep 17 00:00:00 2001
From: Philipp Hancke
readonly attribute unsigned short? relatedPort;
readonly attribute DOMString? usernameFragment;
readonly attribute RTCIceServerTransportProtocol? relayProtocol;
+ readonly attribute DOMString? url;
RTCIceCandidateInit toJSON();
};
is only present for local relay candidates.
+ For local candidates of type {{RTCIceCandidateType/"srflx"}} or type + {{RTCIceCandidateType/"relay"}} this is the URL of the ICE server + from which the candidate was obtained. +
+null
.
+ + This attribute is deprecated; it exists for legacy compatibility reasons only. + Prefer the candidate {{RTCIceCandidate/url}}. +