How to get started with Zoom Meeting SDK for Windows

Can someone tell me, how to get started with Zoom Meeting SDK for Windows ?
I am currently using Windows 11 with 64-bit system.
I have downloaded it, but don’t know to create & launch Zoom Client instance.

Please me, I want to create a Zoom Bot which can automatically record and save raw files on the system.

1 Like

Waiting for solution too.

1 Like

@gpguy @shivamkmishra9 Hope you all will be fine.

Here is working Zoom Bot demo. Please (WhatsApp) me for more.

Thanks

Thank you for your reply.

@shivamkmishra9, happy to share how to build a meeting bot that records.

Here are the steps:

  1. Spin up a server. We recommend AWS, GCP, or Digital Ocean.
  2. Use either the Linux Zoom SDK to launch an instance of the Zoom client.
  3. Once you have the Zoom SDK launched, and use the Raw Data functionality to extract the video and audio streams.
  4. This will return the video in I420 raw frames and audio in PCM 16LE raw format, so you’ll need to encode the audio and video yourself afterwards.
  5. Once you have one instance of this working, you’ll need to scale this across several servers if you want to run multiple bots simultaneously, which is required to have bots for multiple meetings.

Finally, another option is Recall.ai . It’s a simple 3rd party API that lets you use meeting bots to get raw audio/video from meetings and interact with participants without you needing to spend months to build, scale and maintain these bots.

Let me know if you have any questions!

step-by-step guide or blueprint .

any tutorials available online for integrating with the Zoom SDK and implementing Raw Data functionality