We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey @mieszko4,
We've found out that we couldn't submit the userEmail parameter which is "required for webinar, optional for meeting, required for meeting and webinar if registration is required.", as per https://developers.zoom.us/docs/meeting-sdk/web/client-view/webinars/.
userEmail
As a consequence, when joining a webinar, we're presented with a popup to populate user name and email.
Any guidelines on how we could go about solving this?
Edit: Dug a little but further, and this parameter is actually not supported by iOS join but here's a suggested approach https://devforum.zoom.us/t/hide-the-participant-name-and-email-prompt-when-joining-meeting-using-ios-sdk/75641/6
The text was updated successfully, but these errors were encountered:
Any updated on this issue ?
Sorry, something went wrong.
No branches or pull requests
Hey @mieszko4,
We've found out that we couldn't submit the
userEmail
parameter which is "required for webinar, optional for meeting, required for meeting and webinar if registration is required.", as per https://developers.zoom.us/docs/meeting-sdk/web/client-view/webinars/.As a consequence, when joining a webinar, we're presented with a popup to populate user name and email.
Any guidelines on how we could go about solving this?
Edit: Dug a little but further, and this parameter is actually not supported by iOS join but here's a suggested approach https://devforum.zoom.us/t/hide-the-participant-name-and-email-prompt-when-joining-meeting-using-ios-sdk/75641/6
The text was updated successfully, but these errors were encountered: