API Endpoint(s) and/or Zoom API Event(s)
Meeting - Participant Joined/Left Webhooks: https://developers.zoom.us/docs/meeting-sdk/webhooks/#operation/meeting.participant_joined
Description
I’m trying to determine the user’s “active meeting”. As far as I can tell, the only real way to do that is listen for participant joined/left webhooks (please correct me if I’m wrong though).
The webhook description lists in its description:
The meeting host must be a user in your account or a user in any other accounts that have installed your webhook-enabled app.
This implies to me that the host must either have enabled the oauth app, or any user in the hosts’ account must have enabled the oauth app. However that appears not to be the case – the host itself must have enabled the app or else no webhooks are fired.
Can you help me understand where my misunderstanding of how it works is?
Alternatively, can you help me figure out if there’s any way to determine whether a user is currently in a meeting (and some details about that meeting like the name)?