React component from web client SDK

Hi There,

I’ve been trying to integrate zoom into my existing react app as a component. I’m running into so many issues as there is no documentation that covers embedding the SDK inside an existing react app. I’ve followed your sample app example and tried to convert it into a react component but I failed badly.

Is there any example code for using your SDK to create a simple react component that we can embed inside our application?

Looking forward to your kind response,

Best,
Subhan Ahmed

Hi @subhan,

Right now our Web SDK does not have the capability to embed within applications right now, however, it is on our roadmap for the future.

Thanks

Hi Michael,

Thank you for your kind response.
Please describe the purpose of this SDK. I mean in what ways this SDK can be utilized for now? The documentation says:

The web client lets end users join a meeting, receive screen share from other attendees, join the meeting through the phone and leave the meeting. Zoom has added a Web SDK as part of our developer platform to enable developers to embed this into their web apps.

Source: https://marketplace.zoom.us/docs/sdk/native-sdks/Web-Client-SDK/overview

Thanks,
Subhan Ahmed

Hi @subhan,

As of right now, we haven’t released the embed feature. A workaround for embedding is to use an iframe within your site. The Web SDK is used to customize our web client to fit your business needs.

Thanks

Is embedding feature available now ?

Hey @digivalsolutions,

Yes you can integrate the Web SDK into your web application:

https://marketplace.zoom.us/docs/sdk/native-sdks/web

Thanks,
Tommy