Description
I have created a meeting using this api: https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate. I want to be able to now join that meeting using the zoom web SDK. Current meeting ID is 767491694. it works if I use my non-developer account to manually join via the zoom application, but not using the ZoomMtg.join method.
Error
When I try to join that meeting I receive the error Your connection has timed out and you cannot join the meeting. Verify your network connectivity and try again.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Hey @tommy
I’m new at using API’s and generally working on the backend. I would like to use the create meeting API to create a zoom meeting inside the zoom websdk-sample-angular app, then start the meeting as host in the app and have someone else join the meeting. I already created a JWT app. can you guide me through using the create meeting API on the backend