I want to create Zoom bot which can record zoom meeting video with audio.
There are few approches
- Browser automation based
a. Using puppeteer
b. Using selenium - Native app automation based
a. Using pyAutoGUI - Zoom API and SDK based
a. Using Zoom Meeting SDK - Virtual browser based
a. Using neko
Mostly I found example based on using pyAutoGUI
which is not scalable even if I run that inside docker.
What should be right approach for creating bot which can join and record meeting parallelly?