Closed
Bug 1683541
Opened 5 years ago
Closed 5 years ago
`degradationPreference` option is not supported as a direct dictionary value
Categories
(Core :: WebRTC: Signaling, defect)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
DUPLICATE
of bug 1401592
People
(Reporter: saschanaz, Unassigned)
Details
Per the spec it should be supported as:
setParameters({ ...options, degradationPreference: "balanced" });
But per the current IDL it's instead:
setParameters({ encodings: [{ degradationPreference: "balanced" }] });
It should go to RTCRtpSendParameters
instead of RTCRtpEncodingParameters
.
Comment 1•5 years ago
|
||
I think this is part of (or depends on) Bug 1401592. Byron, does that make sense?
Flags: needinfo?(docfaraday)
Comment 3•5 years ago
|
||
Thanks!
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•