Meeting not started!

Hey @danish, happy to help!

You can start a meeting with the Web SDK.

To start a meeting with the sample web app follow these steps,

$ git clone https://github.com/zoom/sample-app-web.git
$ cd sample-app-web/CDN
$ npm install
$ npm run start

Enter your API_Key and API_Secret in the js/index.js file.

Change the role on the meetConfig object to 1 to start a meeting as a host.

Refresh your browser, and enter your meeting ID in the meeting number input and click the blue Join button. This will start your meeting via the Web SDK.

Let me know if this helps or if you have any other questions!