How create a room in Java Android

Hello people.

I’m new here on the forum and I’m studying the implementation of zoom in my application, looking for how to implement it, I even got to how to enter the rooms but I wanted to know where to start, to create new rooms using the sdk or some API

Thanks

Hi @gabrielfaleri
Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
It depends on what kind of application you are creating and what is the purpose of it.

You mentioned that you were able to enter rooms, do you mean meetings? What application did you use to call our endpoints?

So, if you are looking to create an internal application to manage meetings, users, webinars, etc from your account, you will be looking into a Server-to-Server Oauth app:

https://marketplace.zoom.us/docs/guides/build/server-to-server-oauth-app/

With this application you will request an access token to our Zoom Oauth endpoint and you will be able to use the token to call various endpoints (depending on the scopes you have added to your app)

If you are looking into an application that’s meant to be used by 3rd party user, then you will be looking into an OAuth app:

https://marketplace.zoom.us/docs/guides/build/oauth-app/

Lastly, if you are looking into embedding Zoom into your own application, then you will be looking into our SDK applications:

https://marketplace.zoom.us/docs/guides/build/sdk-app/

You can also create a Video SDK app that provides video, audio, screen sharing, chat, data streams, and more, as a service.

https://marketplace.zoom.us/docs/guides/build/video-sdk-app/

Let me know if this helps or if you need more clarification.
Best,
Elisa

Hello @elisa.zoom
How are you?

Well, the purpose of the application is where I can make 1 to 1 or group video calls, depending on the context.

I was using jitsi and it provided me with all the API for creating video call rooms, but their infrastructure has been leaving something to be desired, failing a lot… so I wanted something similar to that, an infrastructure that would allow me to create meeting rooms video calls and other people within the same app can connect in this created room

Which is the best option for this scenario?

Hi @gabrielfaleri
I am doing great thank you! I hope you are as well!!
Let me ask you for more details about your use case so I can understand it better.
Are you building an app on a specific platform? Just by the title of your post, are you trying to create an app for Android devices?

If so, I suggest you use our Vide SDK which allows you to build custom video applications and gives you access to raw video and data:

https://marketplace.zoom.us/docs/sdk/video/android/

Here is a sample app that you can refer to in case this is what you are looking for:

Please let me know if this helps!
Best,
Elisa

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