I’m using the Linux Meeting SDK to create a bot to join Zoom Meetings. It works well with meetings created by my personal account (The account is not in my organization).
However, when I try to use it to join a meeting created by my organization, an error occurs: code 63 - To join a meeting hosted by an external Zoom account, your SDK app must be published on the Zoom Marketplace.
So, how can my bot join my organization’s meeting without publishing the SDK on the Zoom Marketplace? Does the app need to be created by my organization? Or is there another way?
@hoangpn.line
Thank you for reaching out!
The error occurs because your SDK app is tied to your personal Zoom account. To resolve this:
1. Create the SDK app within your organization’s Zoom account, not your personal account.
2. Apps tied to personal accounts cannot join organization-hosted meetings due to permission restrictions.
Once created within the organization’s account, your bot should be able to join meetings without requiring Marketplace publishing.
Let us know if you have further questions!
1 Like
@freelancer.nak
Thank you so much for your confirmation!
Another solution that I went for, is to publish the app as an unlisted app. Then it is not public, but you can still join meetings from any account.
2 Likes