Zoom.Mtg.Join UserEmail must be unique

Description
How can prevent user from joining using same email?

Which Web Client SDK version?
1.9.6

Additional context
Add any other context about the problem here.

Hey @meetmatt,

Thank you for reaching out to the Zoom Developer Forum. The best way is to check the email the participant entered before they join. You can keep a list of emails for participants that have joined and check against that or use SDK functions ZoomMtg.getAttendeeList()

or Webhooks like meeting.participant_joined to keep track of participants.

Let me know if that helps.

Thanks,
Max

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