Liking cljdoc? Tell your friends :D

web.video.RTCIceTransport.ev

RTCIceTransport Events.

RTCIceTransport Events.
raw docstring

gatheringstatechangecljs

Event.

A gatheringstatechange event is sent to an web.video.RTCIceTransport its ICE candidate gathering state changes.

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceTransport/gatheringstatechange_event

Event.

A gatheringstatechange event is sent to an `web.video.RTCIceTransport`
its ICE candidate gathering state changes.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceTransport/gatheringstatechange_event`
sourceraw docstring

selectedcandidatepairchangecljs

Event.

A selectedcandidatepairchange event is sent to an web.video.RTCIceTransport the ICE agent selects a new pair of candidates that describe endpoints of a viable connection.

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceTransport/selectedcandidatepairchange_event

Event.

A selectedcandidatepairchange event is sent to an `web.video.RTCIceTransport`
the ICE agent selects a new pair of candidates that describe
endpoints of a viable connection.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceTransport/selectedcandidatepairchange_event`
sourceraw docstring

statechangecljs

Event.

A statechange event occurs when the web.video.RTCIceTransport state. The state can be used to determine how far through the of examining, verifying, and selecting a valid candidate pair prior to successfully connecting the two peers for WebRTC communications.

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceTransport/statechange_event

Event.

A statechange event occurs when the `web.video.RTCIceTransport`
state. The `state` can be used to determine how far through the
of examining, verifying, and selecting a valid candidate pair
prior to successfully connecting the two peers for WebRTC communications.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIceTransport/statechange_event`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close