-
Notifications
You must be signed in to change notification settings - Fork 441
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
Screensaver turns on during video call? #9516
Comments
You could use the Screen Wake Lock API to prevent the screensaver on Chrome browsers: |
I just tried it locally. Had everything closed but Firefox in the first test run and Chrome in the second test run. So screensaver started nor did the screen lock, which happened after the 1 minute was over from ending the call. |
I had the same issue twice this week. No camera on, but I was actively speaking and my screens turned of. |
Can reproduce on Chrome and Talk Desktop. A bit weird, because a web-browser should keep the machine awake when there is video/audio playing. Screen Wake Lock API should solve the problem, but it is not supported by Mozilla. We can use Wake Lock API with a polyfill that just adds hidden small video in a background. |
Supported since v126 (14 May 2024). Not a blocker anymore. |
But it is only available with HTTPS. For HTTP we can:
|
We don't care. HTTP does not support media access unless domain is localhost |
How to use GitHub
Ref https://mastodon.social/@[email protected]/110345885136117897
Steps to reproduce
Expected behaviour
Screen and OS stay active
Actual behaviour
Screensaver turns on
Talk app
Talk app version: 16.0.x
The text was updated successfully, but these errors were encountered: