Description
I want to use a JWT app to create a meeting, and send links to people who will join the meeting.
I am calling the Create Meeting endpoint from my server.
The meeting is created successfully, but when other users try to join the meeting, they get “Waiting for the host to start this meeting”.
How can I have the host join the meeting if it’s server side code? Can I create a meeting that doesn’t require a host?
Error
“Waiting for the host to start this meeting” when trying to join meeting.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
Create meeting.
How To Reproduce (If applicable)
Steps to reproduce the behavior:
Tal, I haven’t tried to do this exact thing, but to brainstorm a little:
Is it a scheduled meeting? (type 2) If so, is the start date set?
Otherwise, it seems that clicking the join_url won’t actually start the meeting. That you’d need to give participants the start_url. And I don’t see that you can start the meeting programmatically via the REST API.