The RTCOfferOptions dictionary is used to provide optional settings
creating an web.audio.RTCPeerConnection
offer with the createOffer()
The RTCOfferOptions dictionary is used to provide optional settings creating an `web.audio.RTCPeerConnection` offer with the `createOffer()`
(ice-restart this)
Property.
The iceRestart property of the web.rtc.RTCOfferOptions
dictionary
a Boolean value which, when true, tells the web.audio.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.audio.RTCPeerConnection` start ICE renegotiation. `var options = { iceRestart: trueOrFalse };` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOfferOptions/iceRestart`
(set-ice-restart! this val)
Property.
The iceRestart property of the web.rtc.RTCOfferOptions
dictionary
a Boolean value which, when true, tells the web.audio.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.audio.RTCPeerConnection` start ICE renegotiation. `var options = { iceRestart: trueOrFalse };` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCOfferOptions/iceRestart`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close