Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I integrate Zoom in a reactjs app?

How can I integrate zoom with reactjs app?

We have a ReactJS frontend and Node.js backend application running. I need to integrate Zoom API to my application.

Please share the steps to integrate the same.

like image 232
Athira Das Avatar asked Dec 06 '25 14:12

Athira Das


1 Answers

Support Links - - -

https://github.com/zoom/sample-app-web https://github.com/zoom/zoomus-jssdk

Install Process -- - -

npm install zoomus-jssdk

https://zoom.github.io/sample-app-web/tutorial-get-start.es6-integration.html

like image 193
Vikhil D Nair Avatar answered Dec 09 '25 11:12

Vikhil D Nair