SDK Authorization failed MobileRTCAuthError(rawValue: 11)

Meeting SDK Type: iOS and Version: v5.17.10.13930

Description
We are trying to join the meeting using the ios sdk in our application. But we are facing the sdk authorization error .

Error?
SDK Authorization failed MobileRTCAuthError(rawValue: 11).

Troubleshooting Routes
We have also tried to run with the sample app provided in github but found the same error.

How To Reproduce

  1. Authentication method or app type error

@dcfrontend could you share a sample of your JWT token?

@chunsiong.zoom Please find the jwt by given link.

Jwt Token

with 256 bit secret :redacted

@dcfrontend ,

The token is not a valid one as it does have the correct parameters

You need the below parameters

Here’s the guide

Hi @chunsiong.zoom

Can you please verify this jwt JWT Link

Still getting SDK Authorization failed with MobileRTCAuthError: MobileRTCAuthError(rawValue: 11).

@dcfrontend , no it is not valid

iat, tokenExp and exp should not have a decimal point.
could you remove the appended .8408918 value?

{
“iat”: 1710487414.8408918,
“tokenExp”: 1710491014.8408918,
“exp”: 1710491014.8408918,
“appKey”: “nGWqZzfSSfetk9v_bvhdtA”
}

Thanks @chunsiong.zoom .
I am currently getting this error : Error: Send error, 60 Operation timed out after SDK successfully initialized.

@chunsiong.zoom, Could not join or start meeting with MobileRTCMeetError: MobileRTCMeetError(rawValue: 63)
after providing valid passcode in meeting password.

@dcfrontend error 63 happens when you are trying to join external meetings. It is not allowed unless you publish you meeting sdk application.

For current testing, you can create an internal meeting. you should be able to join Successfully

Hi @chunsiong.zoom ,
How can we define the OAuth redirect url to redirect back into the application.
Currently I am trying to enter something like this myapp://oauth/callback in the development, but it is giving me the error Wrong URL format. Custom URLs are only supported in apps that have Meeting SDK feature enabled , By zoom products we can see the meetings has been add with the app.

Can you also help me with the meeting creation.