Monitors Zoom chat messages in the macOS Zoom client, and makes a simple HTTP calls for each message detected.
Build and run:
swift run -c release zoom-chat-publisher --destination-url (url to destination endpoint)
Build then run:
make
.build/release/zoom-chat-publisher --destination-url (url to destination endpoint)