Video sdk impementation

Hello,

We currently utilize the “react-native-zoom-us” library for playing Zoom video in our application. The “ZoomUS.initialize” function is used for initialization, and “ZoomUS.joinMeeting” is used for joining Zoom classes. Recently, our app has been crashing when attempting to join a Zoom class without displaying any error messages.

After investigating the issue, we have decided to implement the “react-native-zoom-video-sdk.” From my understanding, this involves downloading the video SDK for both Android and iOS and updating the Zoom library in the node modules for each specific account.

However, we are encountering a challenge due to having different clients, each with their own Zoom credentials. The process of updating the node modules for each client’s app is becoming complex and time-consuming.

I would appreciate any guidance or suggestions on how to streamline and simplify the integration of Zoom, especially considering the unique credentials for each client.

Thank you for your assistance.

@proctureduspace ,

react-native-zoom-us is a community project and is not officially released by Zoom. As such we do not support this.

react-native-zoom-video-sdk is an official SDK released by Zoom. Do note that this is Video SDK.

Video SDK is a different product from Meeting SDK which
react-native-zoom-us works on.

However, we are encountering a challenge due to having different clients, each with their own Zoom credentials. The process of updating the node modules for each client’s app is becoming complex and time-consuming.

If you wish to utilize react-native-zoom-video-sdk, you will need to sign up for a Video SDK account. If you need unique credentials for each client, you might need multiple Video SDK accounts.

Hello Chun,

We need to integrate Zoom Video SDK with our react native App. Our App is created using Visual Studio code and AWS Amplify (backend).

Is there a tutorial or video we can follow to integrate Zoom Video SDK?
We have created Video SDK account with SDK Key-Secret, but we have not been able to make any head way from last 1 week.

Thanks for your support.

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