RTCIceCandidate

E24286

RTCIceCandidate is a WebRTC interface representing a potential network route (ICE candidate) used during peer-to-peer connection negotiation.

Aliases (1)

Statements (46)
Predicate Object
instanceOf JavaScript object
WebRTC interface
associatedWith RTCPeerConnection.icecandidate event
canBeConstructedWith RTCIceCandidateInit dictionary
constructorName RTCIceCandidate
createdBy RTCPeerConnection
createdByEvent icecandidate
definedInSpecification WebRTC
WebRTC 1.0: Real-Time Communication Between Browsers
exposedTo Window context
hasDictionaryType RTCIceCandidateInit
hasMethod toJSON
toString
hasProperty address
candidate
component
foundation
port
priority
protocol
relatedAddress
relatedPort
sdpMLineIndex
sdpMid
tcpType
type
usernameFragment
introducedIn HTML5-era browser APIs
lifecycleEvent generatedDuringICEGathering
namespace Window
partOf WebRTC API
represents ICE candidate
potential network route
securityContext secure contexts only
serializedAs SDP candidate attribute line
status standardized
supportedBy Apple Safari
Google Chrome
Microsoft Edge
Mozilla Firefox
usedFor ICE candidate exchange
Interactive Connectivity Establishment
NAT traversal
peer-to-peer connection negotiation
usedIn SDP signaling
offer/answer negotiation

Referenced by (3)
Subject (surface form when different) Predicate
RTCIceCandidate
constructorName
WebRTC
hasComponent
IETF RTCWEB Working Group ("ICE for WebRTC")
topic

Please wait…