Joining Meeting time out Web SDK 1.7.5

I am trying to access my zoom meeting using Sample angular app from https://github.com/zoom/websdk-sample-angular

I am getting "Join Meeting timeout " error when I try to join an existing meeting on my account.

Web SDK 1.7.5.

Here’s a screen shot from Safari.

Thanks.

Hey @dorairajs,

Can you send me your signature to developersupport@zoom.us so I can debug?

Thanks,
Tommy

Hi Tommy,

Thank you for the response. Please find signature

Hey @dorairajs,

Looks like you are passing in 1 for the role which is for starting the meeting.

Please try passing in 0 instead.

Thanks,
Tommy

Hey @Tommy,

Thank you for the response. I have tried passing 0 for the role, However I get the same error as above. Please find signature for the request below.

1 Like

I believe it’s the same issue as here. I’m also facing the same problem right now. But in the status.zoom it shows WebSDK is up and running.

Please note that I’m still using free plan trying to see whether I can use zoom into my business model. Unfortunately I’m still stuck on accessing a meeting through WebSDK. My meeting hoster is also under free plan and the JWT token created through another free plan account.

Please try installing the npm package in your project. It seems like

<script src="https://source.zoom.us/zoom-meeting-1.7.6.min.js"></script>

has a problem. Installing npm module like below works as charm.

npm install @zoomus/websdk@1.7.6

Thank you for the suggestion @jude.niroshan11.

I tried it with 1.7.6(npm install). However I run into this issue here.

Hey @jude.niroshan11,

Happy to hear you got it working! :slight_smile:

Thanks,
Tommy

Hey @dorairajs,

Please see the message here:

Thanks,
Tommy

1 Like