Zoom Setup
Voice + chat support. Connect your Zoom account to get started.
Capabilities: audio_inaudio_outreadwrite
Setup
The Chamade Zoom app is currently in beta on the Zoom Marketplace. To use it, you must be added as a beta tester. Contact us to request access.
- Get beta access — ask us to add your Zoom email as a beta tester on the Zoom Marketplace.
- Install the app — once added, go to the Zoom Marketplace, search for “Chamade”, and install the app. Accept the requested permissions.
- Connect in the dashboard — go to your Chamade dashboard and click “Connect” next to Zoom. This links your Zoom account via OAuth so the agent can join meetings on your behalf.
Usage
Once connected, provide the Zoom meeting URL when creating a call:
Supported URL formats
Chamade accepts standard Zoom meeting links:
https://zoom.us/j/1234567890?pwd=abc123https://us02web.zoom.us/j/1234567890?pwd=abc123https://zoom.us/my/personal-room(personal meeting rooms)
The meeting number and password are extracted automatically from the URL.
MCP (Claude, Cursor, etc.)
With the Chamade MCP server, your AI agent joins a Zoom meeting in one call:
Then use chamade_call_status to read the transcript, chamade_call_say to speak, and chamade_call_chat to send chat messages.
REST API
Audio streaming
Zoom uses 16 kHz PCM audio (mono, s16le). You can send raw audio directly via the WebSocket stream, bypassing TTS:
See Audio Streaming for details on sending raw PCM or base64 audio.
Zoom does not support the typing indicator. Use chamade_call_say for voice or chamade_call_chat for text messages.
The agent joins with your Zoom identity. This works for meetings in your own Zoom account. Cross-account meetings (where you are a guest) may have limited functionality.
Message limits & formatting
| Max length | 4,096 characters per chat message |
|---|---|
| Formatting | Plain text — Zoom meeting chat does not render Markdown |
