Is "joining a registered webinar" feature active in 1.8.0?

It seems the new functionality announced in websdk 1.8.0 changelog to join a registered webinar from websdk is not yet active.
We tested with a new webinar created from zoom web site with “registration” flag, then trying to join from your sample web app (CDN 1.8.0) and it shows the error “Not support registration webinar”.
If we disable the registration option in webinar the join is working.
I think this option is a very important feature.
We should need in our app to add a user in a registered webinar from rest API and then to join from Websdk. I supposed to see in your changes a specific “partecipant id” or “registration id” in join function but I continue to see in 1.8.0 only name and email as parameters…

Hey @Alessandro,

Yes, you can now join a webinar with registration required. Just pass in the registrants email.

Checkout this thread which explains how to join a webinar with registration required:

Thanks,
Tommy

Your suggestion doesn’t work: as reported also by user icaldana in another recent post:

  1. Start a new webinar created from zoom web site with “registration” flag
  2. join it from your sample web app (CDN 1.8.0)
  3. it shows the error “Not support registration webinar”.
    If we disable the registration option in webinar the join is working.

Alessandro

Hey @Alessandro,

Here is the current Web SDK Webinar Registration flow:

Thanks,
Tommy

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