Start meeting as an host in android sdk | Community
Skip to main content
Newcomer
November 15, 2021
Question

Start meeting as an host in android sdk

  • November 15, 2021
  • 1 reply
  • 0 views

Hello,
I am trying to start a meeting as an host from zoom android SDK but it is asking for a passcode sometimes and sometimes not. Please help me fix this issue.

    1 reply

    Community Manager
    November 29, 2021

    Hey @edugorilla12, here is from information on a similar issue from our Dev Forum > https://devforum.zoom.us/t/passcode-issue-with-api-integration-for-scheduling/53546

     

    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.