Create a Zoom bot to join as Online meeting Agent using Zoom basic (Free) acount

I want to Create a Zoom bot to join as Online meeting Agent and record the meeting discussion and send audio to my local server.

I am using Zoom’s free(basic) account, Whether it is possible to Create an Online meeting Agent using Zoom API’s and record the Meeting discussion of participants. Then send the meeting audio to my local server ?

At first as documented, i tried below step

Step 1: Create Zoom SDK App
Go to: https://marketplace.zoom.us/

Login with your Zoom Free Account
Click “Develop” → “Build App”
Choose Meeting SDK (not OAuth)
Fill in: App Name (e.g., MeetingAgentBot), Company name, developer email
After creation, you’ll get:
SDK Key, SDK Secret (I am stuck at this step. Unable to see this info. I am able to see only Client ID and Client Secret)

hi @Muthu ,

welcome to the community.

As a free user you can only record locally.

Many poeple will build the calls in postman first and then write the code afterwards
https://www.postman.com/zoom-developer/zoom-public-workspace/request/gsxv4ra/get-a-meeting-s-join-token-for-local-recording#:~:text=Get%20a%20meeting’s%20join%20token%20to%20allow%20for%20local%20recording,and%20raw%20local%20recording%20types.

New devleopers are using this, but not with a free account.

1 Like