Third party authentications of participants

Description
I’m trying to integrate zoom into our platform in such a way that we can specify and control who joins the meeting. Ideally blocking parallel access from single account. We are feeding user info from our system in the web sdk’s “ZoomMtg.join” call.
What I would like to do now is, listen for user join event (webhook), process the userId and decide whether to allow user to join or not. Can this be done via webhooks. may be by returning some sort of a response to webhook call.

Hey @dryize,

While you’re welcome to use our Participant Joined webhook to listen for when someone joins a meeting, for your particular use case you may find it most helpful to require registration. This would allow you to preemptively determine who can or cannot join a meeting:

Let me know if this helps,
Will

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