Cannot create a meeting in zoom websdk

Is there a way to create a meeting in web SDK, right now, I can only join the meeting.
Thank you in advance.

Hi @tech10, you can create meeting via Zoom REST API calls.

In your web application, do a HTTP POST request to this endpoint
https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/meetingCreate

so we cannot create the zoom meeting through web SDK?

Hi Vivek,

API and SDK are complementary to each other.
If you are using Web SDK, chances are that you will be using javascript related programming languages.

You can use javascript to make a HTTP POST request to Zoom API to schedule a meeting, and thereafter join the meeting using Web SDK.

2 Likes

@chunsiong.zoom, I would like to ask you how to authenticate the user on the web SDK component option.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.