I can host only if the meeting id is from one of my account and

SDK version
ZoomSdk - 1.7.8 CDN

I created an App using ZoomWebSdk. I have generated the JWT Token API and Secret and generated signature using NodeJs.
When i enter meetingId and password of my account I am able to host the meeting but when i enter meetingId and password from someone else account I am unable to join.
although i am able to join from any meeting id it doesn’t matter if it is mine or not.

I am facing Error
Joining Meeting Timeout Your connection has timed out and you cannot join the meeting. Verify your network connectivity and try again.
{ errorCode: 1, errorMessage: undefined, method: “join”, result: null, status: false }

To Reproduce :-
Steps to reproduce the behavior:

  1. Go to ‘https://workspace.testflight.biz/’
  2. Enter any Valid Meeting Details
  3. If you try to host it won’t work while if you will join any meetings it will work
    4.) If you enter meeting id and password of my account it will work

Please Help

Hey @dhireshbudhiraja,

This is the expected behavior.

With the Web SDK, you can join any meeting, inside or outside your account. However, you can only start (host) meetings you own.

Thanks,
Tommy