I’m getting a “Failed to join meeting” error. I’m not sure what the problem is exactly, whether it is a key problem or an incorrect field. I’ve followed the code provided on Github.
Here is the signature returned from the backend (code from the zoom github : meetingsdk-auth-endpoint-sample:
I do have it toggled on.
I have not downloaded the SDK, I’m not really what it’s needed for, nor was it mentionned in the github repos I looked at.
And if I do have to download it, is it available in the linux package managers?
PS: I’d like to post a screenshot of my code but it won’t let me, any idea why ?
My client ID and secret are valid. I’m using react and that video is now 2 years old and seems to be outdated (it uses SDK ID and SDK secret which don’t exist anymore), I’m not sure if the rest is up to date or not.
@mahthaki is your meeting sdk app published? There was another phased enforcement recently where unpublished apps will no longer be able to join external meeting.
Publishing it requires a lot of information. My app is just very simple. I want to join a zoom meeting, not necessarily as any specific user, just stream the zoom meeting to a webpage, is there nay easier way to do that ?
But how can I test anything if I don’t know how it will work ? I don’t have redirect URLS or anything like that, I don’t even know that I will need these because I don’t know how it will work since I can’t test it. Nothing in the github repo says anything about redirect
I don’t have Technical Design document, because again I’m not really making a zoom app. I’m making an app that sometimes needs to join external meetings. I don’t understand why or how other people would use that since I’m just doing a basic use of the API