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()`
(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`(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`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 |