Facing error while initialize zoom sdk in ios zoom Meeting SDK version is “zoom-sdk-ios-5.17.1.12530” I am receiving error code 11 constantly in authenticating iOS SDK

//My start metting code for Meeting initialize

if let authService = MobileRTC.shared().getAuthService() {
authService.delegate = self
authService.jwtToken = “eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBLZXkiOiJVX1M1bjVvZFFaQ0NWU0tlczVpQWZRIiwibW4iOjk4OTg4NDc2OTI3LCJyb2xlIjoxLCJpYXQiOjE3MDQ5ODMzMjUsImV4cCI6MTcwNTA2OTcyNSwidG9rZW5FeHAiOjE3MDQ5ODY5MjV9.FcXZXYmVy-CerGimpCtjRUiGLzMXZD9xPmBIUfnclTs”//SdkjwtToken
DispatchQueue.main.async {
authService.sdkAuth()
}
}
}

In this above code getting below Error of MobileRTCAuthError
///The jwt token to authenticate is wrong
MobileRTCAuthError_TokenWrong,

// MobileRTCAuthDelegate getting return value is “tokenWrong”

I am receiving error code 11 constantly in authenticating iOS SDK.

@priyank Hope you will be fine.

Please generate a JWT token using Meeting SDK Key & Secret. If there are still any issues please connect to me (WhatsApp).

All ready using generate a JWT token using Meeting SDK Key & Secret but still facing this issue.

Please verify your JWT token using jwt.io and check that payload is fine.

All ready check this.

Share more details or connect via my WhatsApp