Liking cljdoc? Tell your friends :D
ClojureScript only.

web.rtc.RTCOfferOptions

The RTCOfferOptions dictionary is used to provide optional settings creating an web.video.RTCPeerConnection offer with the createOffer()

The RTCOfferOptions dictionary is used to provide optional settings
creating an `web.video.RTCPeerConnection` offer with the `createOffer()`
raw docstring

ice-restartcljs

(ice-restart this)

Property.

The iceRestart property of the web.rtc.RTCOfferOptions dictionary a Boolean value which, when true, tells the web.video.RTCPeerConnection start ICE renegotiation.

var options = { iceRestart: trueOrFalse };

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOfferOptions/iceRestart

Property.

The iceRestart property of the `web.rtc.RTCOfferOptions` dictionary
a Boolean value which, when true, tells the `web.video.RTCPeerConnection`
start ICE renegotiation.

`var options = {
iceRestart: trueOrFalse
};`

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

set-ice-restart!cljs

(set-ice-restart! this val)

Property.

The iceRestart property of the web.rtc.RTCOfferOptions dictionary a Boolean value which, when true, tells the web.video.RTCPeerConnection start ICE renegotiation.

var options = { iceRestart: trueOrFalse };

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCOfferOptions/iceRestart

Property.

The iceRestart property of the `web.rtc.RTCOfferOptions` dictionary
a Boolean value which, when true, tells the `web.video.RTCPeerConnection`
start ICE renegotiation.

`var options = {
iceRestart: trueOrFalse
};`

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

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

× close