简体   繁体   中英

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.

Zoom has now launched a fully customisable SDK as well which is Video SDK .

Official Doc: https://marketplace.zoom.us/docs/sdk/video/introduction

Differences between Video SDK & Client/Web SDK: https://marketplace.zoom.us/docs/sdk/video/compare

Video SDK Sample app: https://github.com/zoom/sample-app-videosdk

If you want to create a zoom meeting programmatically in your application, you have to first register your app with Zoom and then you will get API Key and Secret Key. These two keys will be used in your API code to interact with Zoom API to create, update or to perform other zoom meeting operation. You can find the steps and code written in Node JS in below blogs:

https://jksnu.blogspot.com/2021/07/how-to-manage-zoom-meeting.html

https://jksnu.blogspot.com/2021/07/how-to-manage-zoom-meeting_18.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM