Create Meeting Error

Hey @palanirajan70, thanks for posting and using Zoom!

I believe this is a Cors issue. Zoom does not allow the frontend to make requests to our API.

I suggest using a backend Node.js Server to make requests to the Zoom API. For example:

Your Frontend and Web SDK makes http request to your backed server > your backend server makes request to Zoom API > Zoom API responds back to your backend server > your backend server responds back to your Frontend and Web SDK.

Let me know if this helps!

Thanks,
Tommy