RTCRtpParameters.codecs aren't populated
Categories
(Core :: WebRTC: Signaling, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: bwc, Assigned: bwc)
References
(Blocks 1 open bug, Regressed 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
Updated•5 years ago
|
Updated•3 years ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Includes some tests that compat mode ignores any attempt to set .codecs.
Updated•1 year ago
|
Assignee | ||
Comment 2•1 year ago
|
||
We do not mark this field as required right now, because we still have users
that synthesize RTCRtpParameters instead of tweaking the return of
getParameters. The compat mode will ignore any attempt to modify .codecs,
otherwise this will result in the error specified in webrtc-pc.
Depends on D209304
Assignee | ||
Comment 3•1 year ago
|
||
Try looks good:
https://treeherder.mozilla.org/jobs?repo=try&revision=bae01e2e4ade1609c19e6e7127bbbfc7b94fa197
https://treeherder.mozilla.org/jobs?repo=try&revision=d032631da362b13ee6933fde528c6a6ffa071534
https://treeherder.mozilla.org/jobs?repo=try&revision=45f2ff1cd6ef96c7c53a0785f16687da2444c754
IIRC there are some other places in the wpt tree that might touch this API, will check up on those next.
Comment 7•11 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/42c06449d631
https://hg.mozilla.org/mozilla-central/rev/1edceea62ecd
Comment 9•11 months ago
|
||
FYI MDN FF128 docs work for this tracked in https://github.com/mdn/content/issues/33988 (in review)
Description
•