Web/API/RTCOfferOptions

From Get docs


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

Properties

This dictionary also inherits properties from the RTCOfferAnswerOptions dictionary, on which it's based.

iceRestart Optional
A Boolean which, when set to true, tells createOffer() to generate and use new values for the identifying properties of the SDP it creates, resulting in a request that triggers renegotiation of the ICE connection. This is useful if network conditions have changed in a way that make the current configuration untenable or impractical, for instance.

Specifications

Specification Status Comment
WebRTC 1.0: Real-time Communication Between BrowsersThe definition of 'RTCOfferOptions' in that specification. Candidate Recommendation Initial definition.

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
RTCOfferOptions Chrome

Full support 50

Edge

Full support ≤79

Firefox Full support 42

Notes'

Full support 42

Notes'

Notes' RTCOfferOptions was not based on RTCOfferAnswerOptions until Firefox 42. Full support 33


IE

No support No

Opera

?

Safari

?

WebView Android

Full support 50

Chrome Android

Full support 50

Firefox Android Full support 42

Notes'

Full support 42

Notes'

Notes' RTCOfferOptions was not based on RTCOfferAnswerOptions until Firefox 42. Full support 33


Opera Android

?

Safari iOS

?

Samsung Internet Android

Full support 5.0

iceRestart Chrome

Full support 50

Edge

Full support ≤79

Firefox

Full support 48

IE

No support No

Opera

?

Safari

?

WebView Android

Full support 50

Chrome Android

Full support 50

Firefox Android

Full support 48

Opera Android

?

Safari iOS

?

Samsung Internet Android

Full support 5.0

Legend

Full support  
Full support
No support  
No support
Compatibility unknown  
Compatibility unknown
See implementation notes.'
See implementation notes.