I am working on the bot (a headless meeting bot using the Zoom Meeting Linux SDK within a Docker container), I want to add a trigger after which the bot joins the meeting. To create a function that takes in all required data like meeting link, date, time, time-zone and creates a unique UUID for the bot, and then bot should start working.
Hey @pramodkoujalagi ,
In terms of actually sending the bot to the meeting, I recommend checking out the Zoom::join()
function in the headless linux example repo. This should provide a solid starting point that you’ll want to shape based on your requirements.
Ultimately you’ll want to interface with this through some sort of API call, and given your description it sounds like you’ll also want a way to manage sending bots to meetings scheduled in the future. There are many ways to do this and the implementation will depend on your architecture and possibly your infrastructure depending on the scale of bots you plan to run.
Another alternative is to use Recall.ai for your meeting bots instead. It’s a simple 3rd party API that lets you use meeting bots to get raw audio/video from meetings without you needing to spend months to build, scale and maintain these bots.
Let me know if you have any questions!
This topic was automatically closed 368 days after the last reply. New replies are no longer allowed.