We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Missing compatibility data
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
RTCRtpEncodingParameters
Param needs to be updated in those
No response
Subfeatures.
By inspection, but you can also test using https://wpt.live/webrtc-svc/RTCRtpParameters-scalability.html
mdn/content#37722 (we report the stats, just don't allow them to be set in this way)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
RTCRtpEncodingParameters
is used in several places includingParam 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
The text was updated successfully, but these errors were encountered: