0

I want to create Zoom bot which can record zoom meeting video with audio.

There are few approches

  1. Browser automation based
    a. Using puppeteer
    b. Using selenium
  2. Native app automation based
    a. Using pyAutoGUI
  3. Zoom API and SDK based
    a. Using Zoom Meeting SDK
  4. 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?

Alok
  • 7,734
  • 8
  • 55
  • 100

0 Answers0