Webinar without registration popup

Hi,
I am creating a webinar from api using following url and options:

https://api.zoom.us/v2/users/{userId}/webinars

{
“topic”: “test111-recurring with no fixed time”,
“type”: 6,
“settings”: {
“approval_type”: 2,
“enforce_login”: false
}
}

We have mobile app with zoom sdk integrated, so when app tries to start the zoom session with meeting id and webinar uuid, it opens a small popup asking user for their name and email.

how we can achieve to start zoom webinar session without user name and email popup.

Thanks

Hi ankit.saini,

The webinar platform is designed to prompt attendees to enter their name and email address prior to joining a webinar. Currently, there is not a way to disable this feature.

The only way for this prompt to not appear for attendees is if Registration is enabled. Registering for a webinar will provide each attendee a unique URL. The end result will be a unique join link just for that participant, which will not prompt the participants for any additional information as their info is associated with the unique link.

Thanks
Stefan

Is it possible to do this also through SDK (Android and iOS)?

Hi fernando.moobi,

Thanks for using Zoom SDK. If you would like to get rid of the webinar registration popup in SDKs, you may implement the following callbacks to pass the corresponding information for registration(If there is no info provided, the pop-up will still appear).

Hope this helps. Thanks!

1 Like