Closed
Bug 1813848
Opened 3 years ago
Closed 1 month ago
Pay attention to RTCRtpParameters.active for audio
Categories
(Core :: WebRTC: Signaling, task, P3)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
FIXED
154 Branch
| Tracking | Status | |
|---|---|---|
| firefox154 | --- | fixed |
People
(Reporter: bwc, Assigned: philipp.hancke)
References
Details
Attachments
(1 file)
We're doing this already for video, but we need to implement audio too.
Updated•3 years ago
|
Severity: -- → N/A
Type: defect → task
Priority: -- → P3
| Assignee | ||
Comment 1•1 month ago
|
||
bump. This just caused https://github.com/jitsi/jitsi-meet/issues/16586
Easy to repro on https://webrtc.github.io/samples/src/content/peerconnection/bandwidth/ after making a call:
s = pc1.getSenders()[0];
p = s.getParameters();
p.encodings[0].active = false;
s.setParameters(p);
| Assignee | ||
Comment 2•1 month ago
|
||
can someone dupe this into https://bugzilla.mozilla.org/show_bug.cgi?id=1834806 or the other way round?
| Assignee | ||
Comment 3•1 month ago
|
||
which will cause not packets to be sent
Updated•1 month ago
|
Assignee: nobody → philipp.hancke
Attachment #9604782 -
Attachment description: WIP: Bug 1813848: wire up RTCRtpEncodingParameters.active for audio → Bug 1813848: wire up RTCRtpEncodingParameters.active for audio
Status: NEW → ASSIGNED
Pushed by bcampen@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/58c402846b98
https://hg.mozilla.org/integration/autoland/rev/e467f39747d3
wire up RTCRtpEncodingParameters.active for audio r=bwc
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox154:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 154 Branch
Updated•1 month ago
|
QA Whiteboard: [qa-triage-done-c155/b154]
You need to log in
before you can comment on or make changes to this bug.
Description
•