How do you create a meeting using SDK..Without POST to API

I want to create an instant meeting using SDK without the use of API

Hey @a.sawant,

Which of our SDK’s are you wanting to use?

Thanks,
Tommy

Hey Tommy,

Javascript(Web)

Best,
Akash

Thanks for your reply @a.sawant,

To start a meeting via our JS Web SDK, simply change the role value in the meetConfig object to 1

Here is a quick tutorial on how to get our sample app to create a meeting.

Let me know if this helps!

Thanks,
Tommy

Hi Tommy,

Thank you! This solves my problem.
I have one more question. When I install your Local version of sample app, webpack breaks.
This is the output I get:

Project is running at http://0.0.0.0:9999/
:information_source: 「wds」: webpack output is served from /static
:information_source: 「wds」: Content not from webpack is served from /mnt/4A18EE3818EE22A5/workspace/zoom/sample-app-web/Local
events.js:167
throw er; // Unhandled ‘error’ event
^

Error: spawn http://localhost:9999/index.html ENOENT

Hey @a.sawant,

Can you provide steps to reproduce, I did not get any errors.

Also what version of the JS Web SDK, NPM, and Webpack are you using?

(You can post your package.json here for all that info ^)

Thanks,
Tommy