-
Notifications
You must be signed in to change notification settings - Fork 4
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
Revisit: Rejecting audio-only capture #11
Comments
I would follow getDisplayMedia precedent here. We've had this discussion there before, and I think the same arguments apply here. |
It would be useful to learn of use cases that would be compelled to ask for video self capture but is only interested in audio, that wouldn't be better served by using web audio and existing tech. I think driver for self-capture has been video, because reinventing HTML layout in canvas was deemed to be a worse solution for many use cases that want to stream a rendered composite of say a video meeting. |
I don't think that discussion has been settled. There's way more Web-developer interest on w3c/mediacapture-screen-share-extensions#12 than that repo has seen in a while.
|
To make progress on this issue, I'd like to understand what the security and privacy model is for capturing tab audio using getViewportMedia and the differences with getDisplayMedia. For instance, for getDisplayMedia, the user has to opt-in to audio as part of the prompt, separately from video. Is getViewPortMedia audio handled by a separate permission from getViewPortMedia video? What are the pros/cons of having tab audio capture within getViewPortMedia vs. a separate API? |
If the user agent shows the same type of prompt for audio-only capture, and the same type of persistent onging-capture indicators, what's the purpose of forbidding "videoless" captures?
The text was updated successfully, but these errors were encountered: