Zoom Webinar API integration with Reactjs

I want to integrate zoom webinar api, JWT App with reactjs, but i am not finding any proper documentation for the implementation flow.
Can you please suggest with some documentation or sample code with runs perfectly.

Hey @aayurkaul, thanks for posting and using Zoom!

Can you please share more details on what you are trying to do?

Are you wanting to use the Zoom SDK, or the Zoom API?

Thanks,
Tommy

Thanks @tommy for the reply.
I want to integrate Zoom Webinar API.
can you please provide some documentation which can help to implement.

Hey @aayurkaul,

What exactly are you trying to do?

The Zoom API cannot be called from the frontend. You will see cors errors. You have to make requests to the Zoom API from a server side application.

Thanks,
Tommy

Hey @tommy,
I have an application developed using Reactjs and Node.js. I want to implement Zoom Webinars (Video broadcasting) in my project.
I am searching for some good documentation which can help me in implementation.
When i try to run your sample-web-app it gives an error called “another meeting running”. What may be the issue.

1 Like

Hey @aayurkaul,

Thanks for the clarification! :slight_smile:

That error means that you have 2 meetings running at once. Try ending the other meeting before starting / joining one through the Web SDK.

Thanks,
Tommy

Hey @tommy,

Thanks for the reply.
can you please suggest some proper documentation, which can help me in implementing.

Hey @aayurkaul,

Here is our official Web SDK documentation:

https://marketplace.zoom.us/docs/sdk/native-sdks/web

Thanks,
Tommy

Thanks @tommy,
Can we start webinar using WebSDK?

Hey @tommy,
I am able to join the webinar through webSDK.
But unable ti start the webinar. Is there any restriction that webinar cannot be started using webSDK.

Hey @aayurkaul,

Currently with the Web SDK, you can only join webinars, not start them.

Thanks
Tommy

I am not able to create build for the sample-web-app/cdn

Hi @vishali.choudhary, are you able to follow the Quickstart guide to setting up the Web SDK?