Passcode issue with api integration for scheduling

Using this template helps us debug your issues more effectively :slight_smile:

Description

We are creating the meeting using java api with JWT token and start and join the meeting via Android sdk (Basically we have integrated zoom in our Web for scheduling & Android application for joining). . When host tries to start the meeting through andriod sdk sometimes it asks for Passcode and sometimes it starts with out that. We are expecting it to start with out asking passcode explicitly.
If it asks for passcode we don’t know how to get it.

Error
Asking for Passcode randomly means sometimes prompts and sometimes doesn’t. When schduke is created via api.

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

Which Endpoint/s?
/users/{userid}/meetings

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

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Hi @pradeeprao1993,

When you create meetings via API, are you explicitly passing a password field in your create request? Similarly, are you specifying a waiting room to be enabled? Both of these factors can affect if meetings created via API include a password automatically, or if none is included.

If you enable a wait room and don’t explicitly pass a password field in your request, I don’t believe one will be provided.

If the wait room is not enabled, and you also don’t explicitly state a password in your Create request, one should be automatically generated and contained in the Create API response.

Let me know if these details might be what you’re seeing playing out.

Thanks!
Will

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