Zoom Overview
This section covers everything Zoom bot integrations, from creating and submitting your Zoom marketplace app to building an app around the bot itself
Zoom Bot Types
Recall has two Zoom bot types:
Web (Default, Recommended) | One audio stream with active speaker events |
Native | Separate audio streams per Participant |
Recording Behavior
Zoom has formal requirements that bots must comply with in order to record meetings. In order to be compliant with Zoom, your bots can get recording consent one of two ways:
- (Default) Explicit consent - The host must be present in the meeting and must explicitly grant permission to record by accepting the consent dialog
- OAuth permission - Bots start recording immediately after joining the call, regardless of whether the host is present or not
Because of this, we highly recommend using Recall's Zoom OAuth Integration which handles the OAuth permissions for you.
Limitations
We support all features in Zoom except the following:
Supported | Workarounds | |
---|---|---|
Zoom Breakout Rooms | ❌ | - |
OnZoom Events | ❌ | - |
Zoom Gov | ❌ | - |
Language Interpretation | ❌ | - |
VDI Client | ❌ | Use Zoom OAuth Integration, which grants the bot recording consent via OAuth instead of in the call itself |
Zoom Rooms | ❌ | - |
Cursor Capture in Screenshots | ❌ | - |
Updated 4 days ago