How can I determine in the webhook whether the participant joined the meeting or any team member as we have to update our system accordingly.
Hi @19-Mohammad_Imran which webhook are you referring to? In the meeting participant joined webhook there’s a number of identifiers provided in the payload.
Hi Giani,
I am referring to meeting.participant_joined , also I want to get to know how can we determine who has joined the meeting hosta or participant or any other team members even waiting room is disabled.
Or you can suggest any other webhook which we can use even if waiting room is disabled
Hi @19-Mohammad_Imran , you can see that information in the webhook response payload even if waiting room is disabled. There’s actually a separate webhook for waiting room or joined before host:
The problem in meeting.participant_joined webhook is that it is triggered even when host joins the meeting.
Please suggest some proper webhook which clearly identifies the participants
Hi @19-Mohammad_Imran , all of the identifiable info for the participant is returned in that webhook. Yes, it will send for host, but from the response body you will know who is and is not the host.
Is the webhook missing certain fields when you receive it? For example, if the participant email is something you’d like to see in the webhook, ensure you participants have satisfied the email display rules: Zoom API email address display rules