I am very new and fresh to the ZOOM world and exploring options to use ZOOM Apis to develop a event hosting system.
I can see Create Meeting/webinar, List meeting/webinar, Get meeting/webinar etc. and all other related APIs mentioned in the API reference documents. But why we don’t see Join Meeting/Webinar API?
Also, I see Join meeting in SDK section as ZoomMtn.Join(). What is the difference between this SDK and API references?
Hi @tommy I was mainly looking for a Join API since I want users in my app to join Zoom webinars with the same email address they’re using in my app. Is there an API or some option to accomplish that?
The whole use case is: I have users logging into to the app, and within the app they get a link to join a webinar. I want to know their webinar attendance so I get the attendance reports from Zoom later and log how many app users were attending the zoom webinars.
So that’s why I want to push the email ID as one of the credentials to join the zoom webinar, it’s the primary key between the App and Zoom.
Would appreciate any insight or workarounds if possible. would AddWebinarRegistrant work somehow?
For this use case, I would recommend leveraging registration, as you mentioned.
If you register participants ahead of time, their information (email, display name) will be recorded and passed through their unique registrant join_url which is returned by our registrants endpoints.
Even I am looking for this join meeting api . I have another use case in regards to the same.
In past we have faced outages from local ISP .where users from specific sites are failing to join zoom meetings and we get to know about it only after they raises a concern. Here in this case we fall into reactive approach.
To address this, we are trying to set up service monitoring at our site offices and plants.
Idea is system will run the code and will join the specific meeting using API at interval of say 1 hour. In case of failure response, alert will be triggered to stakeholders so that corrective actions can be taken before chaos happens.
If we do not have such API, could help with other option how can we be proactive in this case.