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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |