I can not create a zoom meeting

I am implementing zoom in my web application.
Where i can create a zoom meeting.
Also there is a requirment to start the meeting
within our application . But whenever i am trying
to start the meeting it is opening in a different
tab. Is there any guide to implement this feature.
So also i have a requirment to get the meeting
summery(who have attended & how long they have attended).
Is there any API to implement the same please suggest.

Hi @hbetancur

Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
Are you embeding the Web SDK within your web application? or what kind of app are you developing?

To get information about past meetings such as who attended and for how long, you can try with the following endpoint

In the response body you will be able to find data about the participants, such as join_time, leave_time, leave_reason, etc.

Let me know if this helps

Best,
Elisa

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.