Description
I’ve created Meetings and Webinars with registration using the Zoom API. When I create the Meeting or Webinar, I’m storing the join_url grabbed from the API using the “/users/me/webinars” and the “/users/me/meetings” format for an event (depending on if it’s a Meeting or Webinar). The join_url is sent out via email to any registered attendees in order to join the Webinar or Meeting when it’s time.
Error
The “join_url” sends a registered attendee back to the registration page where it seems like they have to register again.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
/users/me/webinars
/users/me/meetings
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Create Webinar/Meeting using API
- Get join_url using the /users/me/webinars or /users/me/meetings endpoints
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.