Implement RTCRtpSender.setStreams()
Categories
(Core :: WebRTC, enhancement, P2)
Tracking
()
People
(Reporter: jib, Assigned: bwc)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(3 files)
Reporter | ||
Updated•6 years ago
|
Comment 1•3 years ago
|
||
Any update on this in terms of timeline? Would appreciate support for this.
Assignee | ||
Comment 2•3 years ago
|
||
I think this should be easy, as we already have a [ChromeOnly] version of this function that probably does the right thing:
Assignee | ||
Comment 3•3 years ago
|
||
Once bug 1769802 lands, this should be easy. ni self to check back.
Updated•3 years ago
|
Assignee | ||
Comment 4•2 years ago
|
||
I think I'll fix bug 1808989 here while I'm at it.
Assignee | ||
Comment 5•2 years ago
|
||
Depends on D168415
Assignee | ||
Comment 6•2 years ago
|
||
Track ids have not meant anything in SDP for quite some time, and we aren't
even supposed to emit them. It is not valid to expect a browser to pay
any attention to them.
Depends on D168558
Assignee | ||
Comment 7•2 years ago
|
||
Depends on D168559
Assignee | ||
Comment 8•2 years ago
|
||
Assignee | ||
Comment 9•2 years ago
|
||
Try looks fine
Comment 10•2 years ago
|
||
Comment 12•2 years ago
|
||
Backed out for causing build bustages on PeerConnectionImpl.cpp
- Backout link
- Push with failures
- Failure Log
- Failure line: /builds/worker/checkouts/gecko/dom/media/webrtc/jsapi/PeerConnectionImpl.cpp:2024:38: error: unused variable 'id' [-Werror=unused-variable]
mochitest log: https://treeherder.mozilla.org/logviewer?job_id=405685822&repo=autoland
Comment 14•2 years ago
|
||
Comment 16•2 years ago
|
||
Backed out for causing wpt failures in
Backout link: https://hg.mozilla.org/integration/autoland/rev/19e0bc283894a3bf801c7edb6c73879c3aeec836
Comment 18•2 years ago
|
||
Comment 20•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/35f29af3a1b1
https://hg.mozilla.org/mozilla-central/rev/b46f0ce13bce
https://hg.mozilla.org/mozilla-central/rev/acbc27c298a8
Updated•2 years ago
|
Comment 22•2 years ago
|
||
Can you please add a relnote request on this bug?
Assignee | ||
Comment 23•2 years ago
|
||
This has nothing to do with the browserstack problem. I think I just copied the wrong bug number here.
Still, I guess it is a new feature.
Assignee | ||
Comment 24•2 years ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]:
We're the last holdout on implementing this.
[Affects Firefox for Android]:
Yes.
[Suggested wording]:
Implemented support for RTCRtpSender.setStreams().
[Links (documentation, blog post, etc)]:
https://w3c.github.io/webrtc-pc/#dom-rtcrtpsender-setstreams
Updated•2 years ago
|
Updated•2 years ago
|
Description
•