The RTCIceCandidate
interface of the the WebRTC API represents a candidate internet connectivity establishment (ICE) server for establishing an RTCPeerConnection
.
Documentation RTCIceCandidate by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Constructor
Variables
Returns a transport address for the candidate that can be used for connectivity checks. The format of this address is a candidate-attribute
as defined in RTC 5245.