-
Notifications
You must be signed in to change notification settings - Fork 61
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
(webkit|moz)getUserMedia usage and webcompat issues #992
Comments
Code that does look for Usage for chromium is small but not zero: https://webrtchacks.github.io/chromestatus/?buckets=1401,1402 |
Oh nooooo… ! 😭 |
as of today around 0.008% of page loads. |
That is still 4% of relative usage sadly. It isn't in video conferencing, the usage is pretty flat. But good news, I think I figured out why people might be copy-pasting this: |
@samdutton would it be possible to change the article content on https://web.dev/articles/getusermedia-intro?hl=en |
I'll be happy to update https://web.dev/articles/getusermedia-intro. Please let me know which changes you'd like to make to the article. |
Note the question isn't really just about the prefixed versions; it's also about the non-standard (or at least "not normatively defined in any standard") |
As discussed offline with @fippo, I'm in the process of updating https://web.dev/articles/getusermedia-intro. |
FYI https://web.dev/articles/getusermedia-intro has been updated. |
webrtcHacks/adapter#764 has been addressed by the newly published 9.0.0. How long that will take to get adopted... |
Firefox is blocked on essentially the same issue webrtcHacks/adapter#1156. |
Perhaps the spec should just spec these aliases conditional on https://html.spec.whatwg.org/multipage/system-state.html#concept-navigator-compatibility-mode? |
Closing - not a spec issue. |
On navigator.getUserMedia still creates webcompat issues, I was trying to understand what is the current state of implementations.
navigator.getUserMedia
undefined
undefined
navigator.webkitGetUserMedia
undefined
undefined
navigator.mozGetUserMedia
undefined
undefined
navigator.mediaDevices.getUserMedia
Some bugs have been opened for Gecko and Blink to deprecate/remove the prefixed version of
navigator.getUserMedia
WebKit is getting breakage because of code like
Trying to explore further the implementation history around WebKit
navigator.webkitGetUserMedia
navigator.mediaDevices.getUserMedia()
Some questions
The spec is currently saying:
The text was updated successfully, but these errors were encountered: