The RTCOfferOptions dictionary is used to provide optional settings
creating an rtc.RTCPeerConnection
offer with the web.createOffer()
The RTCOfferOptions dictionary is used to provide optional settings creating an `rtc.RTCPeerConnection` offer with the `web.createOffer()`
(ice-restart this)
Property.
The iceRestart property of the rtc.RTCOfferOptions
dictionary
a Boolean value which, when true, tells the rtc.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 `rtc.RTCOfferOptions` dictionary a Boolean value which, when true, tells the `rtc.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 rtc.RTCOfferOptions
dictionary
a Boolean value which, when true, tells the rtc.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 `rtc.RTCOfferOptions` dictionary a Boolean value which, when true, tells the `rtc.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