Skip to content
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

Open
iloveitaly opened this issue Jan 22, 2022 · 4 comments
Open

Track webcam and microphone usage #63

iloveitaly opened this issue Jan 22, 2022 · 4 comments

Comments

@iloveitaly
Copy link
Contributor

https://github.com/antonfisher/go-media-devices-state

I think webcam and microphone 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?

@iloveitaly
Copy link
Contributor Author

@ErikBjare I found a way to do this:

https://github.com/Formlabs/Hackathon-2021-CheckMeet/blob/51625a4c96b5e2496dc382e7e82872547bf07c26/service/driver_mac.py#L79

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?

@iloveitaly
Copy link
Contributor Author

@ErikBjare quick reminder here!

@ErikBjare
Copy link
Member

Separate watcher probably best to begin with, can always merge it into aw-watcher-window later.

@iloveitaly
Copy link
Contributor Author

awesome, that sounds like a plan!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants