GitHub | Windows Client

Recently I’ve been on Zoom meetings and Discord video calls when my wife walks in aware there’s a webcam pointing in the general direction of the door. I’ve always joked about making an “On-Air” sign to let her know when I’m streaming or in a video call.

Last night I got into writing the basic code for accepting Zoom webhooks and generic requests (from my keyboard or another device). It ended up being fairly simple, creating a FastAPI endpoint with a pydantic model and it was up and running

I’m making use of a Raspberry Pi Zero W, which gives me the flexibility of putting it in a shadowbox with a battery pack for a week or so. It also allows me to wirelessly update the Pi and have it serve the web endpoint itself.

Read more