Hi, I’m fairly new to using the Zoom API.
Is there a way to get the current list of users in a meeting happening at this moment? I have used:
Past Meetings Participants
(# /past_meetings/{meetingUUID}/participants) - Retrieve information on participants from a past meeting.
but would like the same functionality for meetings happening at the moment. An example would be to retrieve a list of everyone currently participating in X meeting.
Thanks!