Question About Login API in Android SDK

Hello.

I’m Android developer trying to use your Android SDK.

I have some questions about Zoom Android SDK.

 

  1. Do you have any tutorial that explain your Android SDK step by step?

  2. What is the login with user ID and Zoom token(at https://devdocs.zoom.us/docs/sdk-functions-2#section-login-logout) ?

  3. Do every participant joining video chat has to have ID and Zoom token?

  4. If It is, how to create participant with id and Zoom token?

5. Do you have a repository to download your SDK libraries by gradle or maven?   

 

Please answer for me.

Thanks.

  1. Steps for using zoom sdk https://developer.zoom.us/docs/android/getting-started/

  2. If your are a API user, you need get the userId and zoom token via REST API.

  3. Only the host need userId an token.

  4. refer to 3.

  5. Currently,  we do not have one.