It created meeting successfully but when i try to join meeting it throw error
{method: “join”, status: false, errorCode: 3008, errorMessage: “Meeting not started!”, result: null}
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.
I have follow complete steps but still it is showing meeting id not found. I have also checked generated token all the values are correct. So what is the problem?
Thank you for reaching out to the Zoom Developer Forum. Please submit a new topic for this including details on how you’re creating the meeting, any browser console errors and the meeting ID. This will help us to keep the solution focused on that topic.