Identifying web-site-logged-in users in web-site-integrated Zoom without Zoom account?

  • Zoom is integrated into a log-in required web site.
  • There are two user types: Performer and Audience
  • Both types of users are required to be logged-in to the web site.
  • But Audience don’t have Zoom account. Only Performers have.
  • Performers starts the Zoom Meeting - with Zoom account.
  • Audience are invited to join to the Meeting - without Zoom account.

How to display Audience users in the integrated Zoom, based on their web-site-registered name - instead of anonymous?

2 Likes

Hey @b.ricsi,

Are you using the Web SDK? If so, you can set their names when calling the ZoomMtg.join function.

Another solution would be registering the audience, and they will receive a unique join link to join the meeting and have their name displayed. A Zoom account is not required.

More about meeting registration here:

Thanks,
Tommy

1 Like

Thank you Tommy, I’ll give it a try.

1 Like

You are welcome! :slight_smile:

-Tommy

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