Webinar attendees during the event

We are able to successfully register attendees using API but we’ve been unable to find a way to get the attendees during the webinar. The attendee report is useful but we need to know attendance during the event. Is there a document that would help? Thank you in advance.

Steve

hi @Stevec522
Which api’s are you using?
The admin API calls will tell you registration numbers and more data after the webinar.

If you want to know more about what is happening in the webinar you will need to look at creating your app to join the meeting with the meeting SDK.
You can then access information about the meeting.

all the best

John

Thank you John. Yes we’ve see that reference but we need to be able to check the registrations during the event not afterward. Is that possible?

yes.

from the zoom app sdk use the scope
getParticipantsList

all the best

John