Zoom RTMS Meeting Assistant Headless capture service for Zoom meetings using Real-Time Media Streams (RTMS). Receives webhook events, connects to RTMS WebSockets, records all media, and runs AI analysis via OpenClaw. Webhook Events Handled This skill processes two Zoom webhook events: - — Zoom sends this when RTMS is activated for a meeting. Contains , , and needed to connect to the RTMS WebSocket. - — Zoom sends this when RTMS ends (meeting ended or RTMS disabled). Triggers cleanup: closes WebSocket connections, generates screenshare PDF, sends summary notification. Webhook Dependency This s…