Join meeting with registered user

Description
I am using the zoom sdk for android in conjunction with the api so that users are registered for meetings or webinars before they join. From the api I am able to get the join_url and registrant id, using the joinmeetingwithparams() method what options or parameters do I need to fill out to allow the user to join after registered. I have tried using the registrant id as the participant id and the join url as the webinar_token for webinars but neither works.

I was able to resolve the issue by using the token from the join_url as the webinar_token in options.

Hi @maryf,

Thanks for using Zoom SDK and glad to hear that you have found the solution. Happy Zooming!