Hi everyone,
I’m working on a Zoom meeting bot using the Zoom Web SDK (client view) in a Docker environment. The bot is built with Next.js, and I’m using the Chromium module on the server side. My goal is to have the bot automatically join Zoom meetings at the scheduled time.
I set up a cron job to trigger the bot at the meeting start time. The bot uses the goto
method to navigate to the Zoom meeting page, where it should automatically click the “Join” button. However, instead of the “Join” button, I’m encountering a “Report Problem” modal.
I’m wondering if there’s something wrong with my approach or if I’m missing any critical steps to make this work. Has anyone faced a similar issue or has any advice on how to resolve this?
Any help would be greatly appreciated. Thanks!