API Endpoint(s) and/or Zoom API Event(s)
Meetings API
Description
I am trying to create a script which fetches a list of all the participants of a zoom ID I have joined currently.
And at the 2minute mark, automatically send a slack message to all the users who have not joined the meeting … reminding them to join.
I have found the following APIs:
- Users who are supposed to join a meeting: /meetings/{meetingId}/registrants
- Users who have actually joined a meeting: /past_meetings/{meetingId}/participants … but this seems to be for “past meetings”
I cant find a API to fetch the participants in a currently ongoing meeting.
I see there is a previous post: How to get the participants list of meeting - #2 by tommy
Asking the same, but all the links in that answer are dead and do not help …
Specifically - I am looking to find the people who are present in my personal meeting room currently