Unable to join meeting using example JS SDK app in ANY scenario

Description
I am attempting to run the Web SDK demonstration app and fail systematically to connect to any meeting I create with different yet equally cryptic failure messages. JWT credentials are used.

Error
First case: PMI meeting, joined on desktop
An alert dialog with “Your connection has timed out and you cannot join the meeting. Verify your network connectivity and try again.” Meeting was started using desktop application, not scheduled.

{method: "join", status: false, result: null, errorMessage: undefined, errorCode: 1}

Second case: Non PMI meeting
Same as above

Third case: Scheduled Meeting, manually started before scheduled time by host (me, on desktop app)

{method: "join", status: false, result: null, errorMessage: "Meeting is not started", errorCode: 3008}

Which version?
WebSDK 1.7.7 build for CDN.

To Reproduce(If applicable)

  1. Build CDN Web SDK example app and start server
  2. Create meeting on desktop
  3. Copy meeting credentials from the invite text into prompts of example app
  4. Errors abound

Screenshots

Additional context
Safari 13.1
API_KEY=R15x9bocREaCuzmatWMlcA

Fixed. It appears that the waiting room had to be disabled.

1 Like

Happy to hear you figured it out! :slight_smile:

-Tommy