Question
People commonly ask on the Zoom Developer Forum:
How do we make our Meeting SDK bot compliant so it can join customers’ meetings? Does the Meeting SDK app require user installation like an OAuth app?
Answer
To ensure that your Meeting SDK bot is compliant and can join customers' meetings, follow these key guidelines based on the forum discussions:
- Publish the Meeting SDK App:
- If your bot is intended to join meetings outside your own Zoom account, you must submit the Meeting SDK app for Marketplace review and publish it. If the bot will only join meetings hosted by you, Marketplace approval is not necessary.
- Recording Permissions Flow:
- Once the bot joins a meeting, it must request recording permission from the host. The host can grant this permission even if they have not installed the app.
- If the bot's associated user is the host, it can either request permission or obtain a recording token via the REST API.
- Marketplace Approval:
By following these guidelines, you can ensure that your Meeting SDK bot is compliant and can effectively participate in meetings as required.
Zoom Developer Forum Examples
Some examples of this question are: