This script listens to events from Zoom meetings generated by Cloudflare Worker running at zoom-webhook.slideslive.dev from Zoom webhooks. It listens for screen sharing events (start and end) and controls vMix using vMix API.
To use this script you need Python and couple of dependencies.
zoom_webhook_client.py scriptDownload zoom_webhook_client.py script at https://zoom-webhook-download.slideslive.dev/xXp365/
Install Python 3
Install dependencies
pip install rel requests websocket-client
Start zoom_webhook_client.py script
python zoom_webhook_client.py
Make sure there is only once instance of Zoom webhook added to a Zoom account. If there are more of them thing might break.
SlidesLive Zoom webhook