Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: find a way to allow querying for current list of meeting attendees #4

Open
rick opened this issue Aug 1, 2023 · 1 comment
Labels
enhancement New feature or request zoom-notifier Zoom notifier

Comments

@rick
Copy link

rick commented Aug 1, 2023

hey guysssss

Coming from the "zoomwh is posting into a channel (irc, slack, etc.)" world, it's useful to see the comings and goings of meeting attendees. It would also be useful to see the current list of attendees (i.e., who is currently in the meeting) right now.

In "user story" format:

AS A PERSON WHO HASN'T BEEN PAYING ATTENTION OR WASN'T EVEN AROUND TO SEE WHEN PEOPLE CAME OR WENT
I WOULD LIKE TO BE ABLE TO SEE WHO IS IN A ZOOM MEETING RIGHT NOW
SO I CAN DECIDE WHETHER TO BUST IN THERE OR NOT, OR EVEN WHETHER TO JUST AVOID ALL THAT
@stahnma
Copy link
Owner

stahnma commented Sep 20, 2023

Some updates on this. Doing research on it.

The easiest way to get this would be query the live zoom meeting. Some of the API calls (like the ideal one) are hidden behind a "Business Account" which is a step up in price from the "Pro" account that is a basic paid account. So, https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/dashboardMeetingParticipants is probably not going to work.

Another option that may or may not pan out is: https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/reportMeetingParticipants and I'm looking more into that now. It's available for a Pro account.

Ultimately, I am trying to avoid keeping state within the notification dispatcher.

@stahnma stahnma transferred this issue from stahnma/zoomwh Feb 7, 2024
@stahnma stahnma added zoom-notifier Zoom notifier enhancement New feature or request labels Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request zoom-notifier Zoom notifier
Projects
None yet
Development

No branches or pull requests

2 participants