Hi Team,
I want to get participants count of live zoom meeting in my PHP Web page.
Now I direct joined live zoom meeting from my web page using JWT API key and secret.
Which API should I use to get participants count?
Thanks
MyoAungKyaw
Hi Team,
I want to get participants count of live zoom meeting in my PHP Web page.
Now I direct joined live zoom meeting from my web page using JWT API key and secret.
Which API should I use to get participants count?
Thanks
MyoAungKyaw
If you are on a Zoom Business Plan, you can use the List Meeting Participants Dashboard API to get the participant details.
Thanks,
Shrijana
Hi @shrijana.g
Thanks a lot for you response.
To use list meeting participants Dashboard API, I think that two things MeetingId and oauth_access_token are need.In this case I understand how to get [MeetingId] but I don’t understand how to get [oauth_access_token].So I want to know how to get [oauth_access_token] for using list meeting participants Dashboard API.To get [oauth_access_token] , what things are need?Please…
Thanks,
myoaungkyaw
Hey @myoaungkyaw226,
Follow this guide to get an OAuth access_token: https://marketplace.zoom.us/docs/guides/auth/oauth
You can also use JWT Token: https://marketplace.zoom.us/docs/guides/auth/jwt
Thanks,
Tommy
@tommy
Thank you very much.
I try using JWT token.
Hi @tommy,
Thanks you so much for you reply…
I used [List Meeting Participants Dashboard API ] to get participants count of live zoom meeting.In this, I need two parameters [MeetingId] and [oauth_access_token].I had two things that are not clearly understood concern with that two parameters.First of them, can I use JWT token instead of [oauth_access_token] parameter? Secondly must both [MeetingId] and [JWT token] be Zoom Business Plan?
Now I try using JWT of business plan and Meeting Id of free account but I get access Invalid access token.
Thanks,
MyoAungKyaw
Hey @myoaungkyaw226,
Yes!
"Authorization": "Bearer JWT_TOKEN_HERE"
You just need a Pro account.
Please share your request url so I can debug.
Thanks,
Tommy