Description
Hi, after creation of meeting by custCreate user, the start_url ask for user and password to join, so the meeting cannot start. What am I missing ?
My account is an account Pro.
Error
no error message
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
If you’re attempting to use the custCreate action on user creation, this is only supported for accounts on our API Partner plan. Pro plans do not support this action:
@Will.zoom Hey Will, Why a user created with custCreate cannot host a meeting? Even with StartMeetingParamsWithoutLogin in Android SDK, the SDK joins the meeting and then asks for the password which was no where mentioned in the returned data from the API call?
For non-login users (custCreate), you will need to use the start_url to ensure that their host privileges are reflected properly, as this includes a user token that authorizes the host.
If you’re not using the start_url for this or are doing this directly from the Android SDK, please post in this channel: #client-mobile-sdk:android