-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Track webcam and microphone usage #63
Comments
@ErikBjare I found a way to do this: Do you think mic and webcam usage should be a separate watcher? The idea is you could update your computer usage to treat AFK but mic on as "meeting time" and essentially ignore AFK input for that time. What do you think? |
@ErikBjare quick reminder here! |
Separate watcher probably best to begin with, can always merge it into aw-watcher-window later. |
awesome, that sounds like a plan! |
https://github.com/antonfisher/go-media-devices-state
I think
webcam
andmicrophone
could be two interesting additions to the heartbeat payload here. The idea would be:If AFK is true but webcam and/or microphone are on, still treat this time as active. In other words, still track long-running video conferences as active time on the computer.
What do you think? Is this watcher the right place for it?
The text was updated successfully, but these errors were encountered: