Description
We have been experiencing 6601 ZoomVideoConferenceFailedException error code with internal error code - 0. This is happening only on our Android app.
iOS and web SDKs have been working fine.
Experiencing this issue on Android SDK v6.1.1.22760 since Sep 21st early morning Eastern time.
We do notice other suggestions to publish our private Zoom app, but wondering if it is required if the iOS and Web SDKs of the same Zoom app are working fine and this issue is happening only after the day mentioned above.
Could zoom support team or forum members get back:
Is Android SDK v6.2.0.24434 mandate to be updated to fix this issue?
Is the publishing of private app essential, considering other platform SDKs working fine?
If publishing of the app is essential, is the migration from JWT token to Server-server OAuth required?
Has anyone else experienced this issue recently on Android?
LogCat error log:
New video conference status: Failed(exception=ZoomVideoConferenceFailedException(errorCode=6601, internalErrorCode=0))
Valid state change: Connecting(meetingData=MeetingData(meetingNumber=NO-ID, vanityId=null)) -> FAILED
Which Android Meeting SDK version?
Android SDK v6.1.1.22760
To Reproduce(If applicable)
Steps to reproduce the behavior:
Join any event using the above Android SDK
Troubleshooting Routes
Tried using other platform / SDKs to join the event - works fine
Smartphone (please complete the following information):
i am having a similar issue, it also started from 21sep morning. I can not initiate a successful call other than from the internal account used to create the zoom-sdk-app on zoom marketplace. it is happening on both ios and android.
My sdk-app is activated but has an option to update tho.
I totally understand that @chunsiong.zoom
It’s activated and it was working till 21 sep morning. What changed after that? I didn’t get any email from zoom about any deadline or warning related to that.
Hi @chunsiong.zoom ,
Could you let us know on whether the publishing restriction was enforced on Sep 21. This is impacting only our Android SDK, not other platforms.
Also for publishing, is the migration from JWT token to Server-server OAuth essential?
And lastly this issue is irrespective of the Android SDK version?
Thanks,
Ashwin
@chunsiong.zoom The iOS and Web SDK are working fine. Would they also be facing same error soon?
Also can we publish the app, but plan on JWT to OAuth migration later or both have to be done same time?
@ashwin.ganesh, this error is related to cross-account join policy. Can you confirm you’re using the same SDK credential across iOS and Web?
Your app does not need to be published publicly onto the App Marketplace, but to join Meetings otuside of your account, it must be reviewed and approved as part of our App Review process.
For Android, iOS and Web SDK, you will need the Client ID and Client Secret from either a Meeting SDK App Type (deprecated) or General App (with Meeting SDK enabled) for SDK Authentication
You cannot use the credentials from a JWT App Type (deprecated years ago), or OAuth App for SDK Authentication.
Update for future reference: This issue is related to the credential used to join meetings. Going through App Review will unblock the app from joining meetings outside its own account.