JOIN_MEETING_FAILED errorCode: 200

Hi, I’m new to Zoom. I am integrating Video SDK 1.1.3 into my react app.

I’m creating meeting through /users/:userId/meetings API. generating signature through server side function, mentioned in https://marketplace.zoom.us/docs/sdk/video/web/build/signature.

But while calling the join method or create a signature, no meeting number is required there. only “topic”. as a result, I’m getting
{type: “JOIN_MEETING_FAILED”, reason: “This account does not exist or does not belong to you”, errorCode: 200}

what am I doing wrong? do I have to create meeting via API or not? what is the importance of topic name here?

I’ve also integrated webSDK and in there I could easily join to the meeting.

Hey @APK ,

Joining Zoom meetings with the Video SDK is not supported. You can read about the differences of the Video and Meeting SDK here:

Thanks,
Tommy

Thanks @tommy . But if I use Video SDK, how do I create a session?

1 Like

Hey @APK ,

Here are the docs on creating a Video SDK session:

Thanks,
Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.