How to create a dynamic scheduled meeting which can be joined by Attendee without registration

Description
Create a dynamic scheduled meeting against a userID, which can be later joined by attendee via Zoom Web SDK without need of registration

Error
When the attendee is trying to join the dynamic meeting generated using API it gets a fail to join message. Here the attendee is joining via web sdk so there is no need of registration. Is there a way we can create a schedule meeting via API without any need of registration from attendee side ?

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT token

Which Endpoint/s?
https://api.zoom.us/v2/users/{userID}/meetings/

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Generate dynamic meeting using above endpoint and jwt.
  2. Below is the body of API request
    image
  3. Join the meeting using Zoom Web SDK for Attendee

Additional context
I’m able to join this meeting as Host via Web SDK.

Solved by setting the approval type to 2.

Happy to hear you figured it out, @khanmdmudassir :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.