Build an APP under ZOOMq

Hi, we developed an app with AI, and we would like to connect that app with Zoom so that our AI can join the meeting at the scheduled time to talk with the person. Could you let me know which tool, API, or SDK we should use?

@closerx .

You will need to use Meeting SDK for Windows, Linux or MacOS.

Use the raw data to access video and audio, and to send back video and audio as well.

If your AI needs to join externally hosted meeting, you will need to publish your General App with Meeting SDK enabled.

That sounds like an exciting project! For integrating your AI app with Zoom, you’ll want to explore Zoom’s API and SDK offerings. Specifically, the Zoom Meeting SDK could be a good fit for embedding your AI into Zoom meetings. This SDK allows for real-time interaction within Zoom, which seems ideal for your use case.

Additionally, the Zoom API can help you schedule meetings, manage participants, and automate the process of your AI joining at the right time. You might also look into Zoom OAuth for handling authentication securely.

If you need detailed guidance, Zoom’s developer documentation is pretty comprehensive, and they also have a developer community where you can get more specific advice.

Good luck with your integration!