We are facing problem on start meeting from Android SDK

Description
I have integrated Zoom SDK for android platform but I am facing problem on start meeting flow and below I write the steps which is I have followed from your site.

Firstly, I have initialized Zoom SDK with App key and App Secret not JWT token .

Thereafter, I have implemented our Zoom Configuration Rest API which given me JWT token so that I used to call this API https://api.zoom.us/v2/users/{userId}/token with passing zoom user id that return to me Zoom Access Token(ZAK).

I have passed in header authentication bearer token which accept only JWT token in this API https://api.zoom.us/v2/users/{userId}/token .

After that, I have implemented Non-login user authentication flow for start meeting with meeting number but I am facing issue to start meeting so every time I start the meeting they asked me to enter passcode.

It is not consider that start meeting by host.

Note: We have created JWT token with https://marketplace.zoom.us/docs/sdk/native-sdks/auth article.

Which Android Meeting SDK version?

We are using the mobilertc.aar and commonlib.aar file for zoom SDK. We have also download the zoom demo from website and in that I can see the directory name is “zoom-sdk-android-5.7.6.1918”.

Smartphone (please complete the following information):

  • Device: [ Nokia 5.3 ]

  • OS: [ Android 11 ]

Hi @deepali.necti, thanks for the post.

Can you please provide a code snippet showing how you are attempting to start the meeting so that we can better assist?

Also, since you mentioned using the raw key/secret values, I wanted to bring something to your attention. It is okay to use these for local testing purposes, but for security purposes we strongly recommend generating a JWT from your own back end instead for initializing the SDK.

Thanks!

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