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

Need a method to get all participants in a meeting #65

Closed
hapu1993 opened this issue Nov 13, 2020 · 2 comments
Closed

Need a method to get all participants in a meeting #65

hapu1993 opened this issue Nov 13, 2020 · 2 comments

Comments

@hapu1993
Copy link

Need a method to get all participants in a meeting

@colinhall17
Copy link
Member

colinhall17 commented Nov 15, 2020

Hi @hapu1993

Thanks for getting in touch.

You can get all registrants for a meeting with $meeting->registrants();

If you mean actual participants in the meeting as it is live then it's not possible through this Zoom API, you need to use Zoom webhooks or the Zoom SDK which is not part of this package.

@simonbuehler
Copy link
Contributor

as in the docs
https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/meetingRegistrants

status string Default: "approved" filter only approved ones

how can i set the status to e.g.pending?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants