Description
I am using https://github.com/zoom/websdk-sample-angular this sdk with node also but when I click on join button I get error “The meeting number is not found.”
Error
The meeting number is not found.
Which version?
Angular sdk - “version”: “1.8.0”,
Hey @anjaligt19,
Make sure you are passing in your created meeting ID correctly when generating the Web SDK signature.
Thanks,
Tommy
Hello,
I want to create a meeting first and then multiple users will join that meeting.
Hey @anjaligt19,
To create the meeting before hand, you can use the Create Meeting API, or create it in the Zoom Web Portal. 
Thanks,
Tommy
