How to create app id and secret when in developing phase

Hi,
we are developing one product in that we have to implement video interaction between users.
so we’ll go with zoom.
i found in documents that Zoom JSSDK provided by you and i want to try with this in my react application.
so can you tell me first how to create app for getting client id and secret?
because i m in developing phase so not deploy site anywhere in that case my domain is https://localhost:3000
so how can i create app with this domain?

after getting that i want to video call with 2 users so can you tell me Zoom JSSDK is perfect choice or go with something else?

Thanks,
Hetal Mehta

Hi @dilip.xporium,

Please find responses to your question:

can you tell me how to create app and get client id and secrets for my react application.
Please visit this in our documentation to know more about Creating / Registering your app, and getting your Client ID and Secret: https://marketplace.zoom.us/docs/guides/authorization/register-app

Regarding Domain Validation:
In order to submit your application, you need to have your domain validated. If you do not have a domain at this moment, you can still use the Publishable URL that can be generated in the Submit page to activate your production credentials. To know more, please visit here https://marketplace.zoom.us/docs/guides/authorization/register-app

after getting that I want to video call with 2 users so can you tell me Zoom JSSDK is perfect choice or go with something else?
Yes, you can consider using the Zoom JS SDK in your app.
We also have some sample apps in our Github documentation, to know more, please visit: https://github.com/zoom

I hope I was able to answer your queries. Please let me know if you have any other questions.

Thanks,
Ojus