Baseline Widely available
The RTCPeerConnectionIceEvent()
constructor creates a new RTCPeerConnectionIceEvent
object.
new RTCPeerConnectionIceEvent(type, options)
Parameters
type
A string with the name of the event. It is case-sensitive and browsers always set it to icecandidate
.
options
Optional
An object that, in addition of the properties defined in Event()
, can have the following properties:
candidate
A RTCIceCandidate
representing the ICE candidate being concerned by the event. If null
, the event indicates the end of candidate gathering.
url
A string containing the URL of the STUN or TURN server which was used to gather the candidate. If the candidate was not gathered by a STUN or TURN server, this value must be null
, which is also the default value.
A new RTCPeerConnectionIceEvent
object, configured as specified in the provided options.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4