ramya
(Ramya)
June 15, 2020, 6:28pm
1
Description
Firstly I have created one meeting and added the participants using https://api.zoom.us/v2/meetings/${meetingId}/registrants API (POST Method)
and got the 200 response
so now I have checked the https://api.zoom.us/v2/meetings/${meetingId}/registrants API with GET method
but in response, I am getting empty array
tommy
(Tommy Gaessler)
June 18, 2020, 5:36pm
2
Hey @ramya ,
The Get Meeting Registrants is only for listing who has registered to attend the meeting.
To Get Meeting Participants, you can use the following endpoints:
Thanks,
Tommy
ramya
(Ramya)
June 19, 2020, 9:55am
3
Thanks, @tommy for your reply
my question is I have created one meeting and add a few participants and the meeting doesn’t start yet. so I want to get my meeting participant list and need to show in my meeting list.
can please which API I need to check
Can I need to use this apis
/metrics/meetings/{meetingId}/participants ??
tommy
(Tommy Gaessler)
June 23, 2020, 8:12pm
4
Hey @ramya ,
For getting a list of Meeting Registrants, use the List Meeting Registrants API .
Thanks,
Tommy
ramya
(Ramya)
June 24, 2020, 6:55pm
5
Thanks @tommy
one more question
Is web SDK supports the registrant’s meeting?
tommy
(Tommy Gaessler)
June 25, 2020, 8:58pm
6
Hey @ramya ,
The Web SDK does not support meeting registration yet.
Thanks,
Tommy