Websdk sample angular app (1.8.5) works on local but not production

Description
I set up the websdk angular sample app as detailed here: GitHub - zoom/websdk-sample-angular: Use the Zoom Web SDK in an Angular App

It works as expected when served locally, but when hosted using firebase, joining a meeting is not working.

Error
After some time I get a popup with the following message: “Joining Meeting Timeout: Your connection has timed out and you cannot join the meeting. Verify your network connectivity and try again.”

Which version?
Sample app version 1.8.6 (uses websdk version 1.8.5)

To Reproduce

  • Set up sample app as described in documentation
  • Host with firebase

Screenshots

Hey @sam.w.mackinnon ,

Make sure the Web SDK node_modules are accessible in your production env. Sometimes your hosting service might exclude them. See:

Thanks,
Tommy

1 Like

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