Add implicit rollback to setRemoteDescription(offer) per spec.
Categories
(Core :: WebRTC: Signaling, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: jib, Assigned: jib)
References
()
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
Per w3c/webrtc-pc#2212.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D38889
Comment 6•6 years ago
|
||
Backed out for mda failures on test_peerConnection_setRemoteOfferInHaveLocalOffer.html
Backout link: https://hg.mozilla.org/integration/autoland/rev/52901bda6085ab760c34412e929e7fb00ad9a6e4
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=257922055&repo=autoland&lineNumber=46881
Assignee | ||
Updated•6 years ago
|
Comment 10•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3b1d51cda77c
https://hg.mozilla.org/mozilla-central/rev/84386d8e67af
Comment 12•6 years ago
|
||
For documentation purposes, we need to tweak some of the discussion and possibly sample code around negotiation slightly here.
Comment 13•6 years ago
|
||
Documentation updates:
- Text updates to
setRemoteDescription()
are completed - Listed on Firefox 70 for developers
- BCD PR 5018 submitted to update compatibility database to include an entry for "implicit_rollback".
The sample code and general tutorial text updates that need to be made for perfect negotiation will all happen at once after all of the required changes have been implemented. See the perfect negotiation doc updates issue on the doc team issue tracker for details.
Description
•