Join a webinar as Panelist in Android SDK App

Description
I have a question about Android SDK, if someone can help, thanks :wink:

I need a solution to have Panelists join in one webinar automatically with panelist role from a custom android sdk app

I wan’t them to join without need to have zoom email account if possible.

Can this be done ?

Thanks

Which Android Client SDK version?
Latest

Hi @carlosp, thanks for the post.

If a user does not have a Zoom account, there is no way for the SDK or the Zoom backend to identify them. The only way of identifying an anonymous user is through their user ID, which is generated when they join the meeting and lasts only for the duration of the meeting. If the leave and re-join, a new ID will be assigned to them.

Once you have the user ID of the attendee though, you can call promptAttendee2Panelist to promote them to panelist.

Thanks!

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