Closed Bug 1813848 Opened 3 years ago Closed 1 month ago

Pay attention to RTCRtpParameters.active for audio

Categories

(Core :: WebRTC: Signaling, task, P3)

task

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.

Severity: -- → N/A
Type: defect → task
Priority: -- → P3

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);

can someone dupe this into https://bugzilla.mozilla.org/show_bug.cgi?id=1834806 or the other way round?

which will cause not packets to be sent

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
Duplicate of this bug: 1834806
Regressions: 2053510
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
Resolution: --- → FIXED
Target Milestone: --- → 154 Branch
QA Whiteboard: [qa-triage-done-c155/b154]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: