Setup Zoom Meeting Credentials Issue

How to set up credentials for an already scheduled Zoom meeting without creating it through the Zoom Video SDK? I mean, I have already scheduled a Zoom meeting, and I want to add these credentials to my React Native application for the Zoom meeting. Can you help me?

Thank you

Hi @udara,

Welcome!

The Zoom Video SDK provides video, audio, screen sharing, chat, data streams, and more, as a service. It is session-based, meaning that meetings scheduled through the Zoom client are isolated from apps using the Video SDK technology.

You will have to sign up for a separate Video SDK account and use those credentials.

Best,
Will