Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTCRtpSender: setParameters() et al missing scalabilityMode param option #25720

Open
hamishwillee opened this issue Jan 21, 2025 · 0 comments
Open
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@hamishwillee
Copy link
Contributor

hamishwillee commented Jan 21, 2025

What type of issue is this?

Missing compatibility data

What information was incorrect, unhelpful, or incomplete?

There are some extensions for SVC in WebRTC in https://w3c.github.io/webrtc-svc/ - these were implemented in Chrome in 111 as per
https://chromestatus.com/feature/5769626174619648

The change appears to be an addition to the dictionary RTCRtpEncodingParameters of scalabilityMode

partial dictionary RTCRtpEncodingParameters {
             DOMString scalabilityMode;
};;

RTCRtpEncodingParameters is used in several places including

Param needs to be updated in those

What browsers does this problem apply to, if applicable?

No response

What did you expect to see?

Subfeatures.

Did you test this? If so, how?

By inspection, but you can also test using https://wpt.live/webrtc-svc/RTCRtpParameters-scalability.html

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

mdn/content#37722 (we report the stats, just don't allow them to be set in this way)

Do you have anything more you want to share?

No response

MDN URL

No response

MDN metadata

No response

@queengooborg queengooborg added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

No branches or pull requests

2 participants