Using this template helps us debug your issues more effectively
Description
Zoom API integrated with the custom web application(Online Education application) and zoom call will be scheduled & Join from custom web application only. When the meeting is scheduled from the custom web application platform and if the Zoom user selected has a Member role it prompts for credentials. However, when the meeting is scheduled from a Zoom user who is an admin it does not prompt for credentials.
Please suggest the Start Meeting API/Parameter which allows Member role users to start meeting without prompt for the credentials.
Error
The full error message or issue you are running into.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
How To Reproduce (If applicable)
Steps to reproduce the behavior:
Request URL / Headers (without credentials) / Body
See error
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Thank you for reaching out to the Zoom Developer Forum. First, I’ll note that the start_url should only be used by the host of the meeting. If you’re having participants use this URL, that’s likley why you’re seeing Zoom ask for credentials in order to assume the role of host.
Instead, for participants that aren’t the host, you should provide the join_url returned from the Create a Meeting API.
Your meeting host will be prompted to login if they’re not currently logged into Zoom, or if they’re attempting to start the Meeting using a start_url that doesn’t have a user token appended to it. Can you confirm the user is using the start_url returned by the Create Meeting API response?