Meeting SDK Type and Version
- Meeting SDK: Android
- Version: 7.1.0 (41100)
- Authentication: SDK JWT Signature
Description
We are experiencing an issue when joining meetings using the Zoom Meeting SDK.
Our Meeting SDK app is associated with Account A.
- If a meeting is created by Account A, our application joins the meeting successfully.
- If the meeting is created by another Zoom account (for example, Account B or Account C), the Meeting SDK fails to join the meeting.
This behavior started recently. We have not made any changes to our Meeting SDK integration.
The same meetings can be joined successfully using the official Zoom desktop and mobile applications.
We would like to know if there has been any recent change regarding cross-account meeting joins or if any additional configuration is now required.
Error
Unable to Join the Meeting
Error Code: 13296
Screenshot attached.
Troubleshooting Routes
- Updated the Meeting SDK to the latest version (7.1.0 (41100)).
- Verified that the Meeting ID and passcode are correct.
- Tested with multiple meetings.
- Confirmed that meetings created by Account A work successfully.
- Confirmed that meetings created by Account B and Account C fail with Error Code 13296.
- Verified that the same meetings can be joined using the official Zoom desktop and mobile applications.
How To Reproduce
- Initialize the Android Meeting SDK using an SDK JWT Signature.
- Join a meeting created by Account A → Works.
- Join a meeting created by Account B or Account C → Fails with Error Code 13296.
Questions
- Does the Android Meeting SDK support joining meetings hosted by a different Zoom account?
- Has there been any recent change affecting cross-account meeting joins?
- What does Error Code 13296 indicate?
- Is there any additional configuration required for this scenario?
Any guidance would be greatly appreciated.
Thank you.