-
Notifications
You must be signed in to change notification settings - Fork 29
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
Should there be a toggle screenshare action? #306
Comments
Given the recent progress on media session/media capture integration and given Safari UI allows to mute display capture, we will probably want to apply the same principle for display capture as for microphone and camera. @jan-ivar, @steimelchrome, thoughts? |
That seems reasonable to me |
Could you please help me understand how this will be used? The interaction between the browsers and Web app is unclear to me here. |
It would be used for two things:
|
The Safari UI seems like a reasonable privacy feature. This API might help webpages disambiguate it from other reasons of mute. |
This came up when discussing w3c/mediacapture-extensions#39.
There is some UA UI that allows to mute/unmute display capture (Safari for instance) like available for camera and microphone.
Should MediaSession support this kind of action like it does for camera and microphone?
The text was updated successfully, but these errors were encountered: