Keep saying joining meeting

Description
I’m trying to join meeting using web SDK join method. I imoorted SDK using global CDN.
When I call join function it is keep showing progress bar for joining meeting. but it is not going further.

Error
When I call join function it is keep showing progress bar for joining meeting. but it is not going further.

Which version?
Latest CDN given in documentation

May I know what I’m missing and what can be the reason for this kind of issues?

Thank You,
Kishan

Hey @kishan,

Are you seeing any errors in the browser console?

Also, can you please provide the browser and browser version, and the Web SDK version you are using?

Thanks,
Tommy

1 Like

Hello Tommy,
Now I’m getting new error invalid meeting number
I also posted this here The Meeting Number is wrong - #2 by alexmayo

I’m using Chrome and Version 85.0.4183.121 (Official Build) (32-bit)
Web SDK I’m using CDN as following

 <!-- import ZoomMtg dependencies -->
    <script src="https://source.zoom.us/1.8.0/lib/vendor/react.min.js"></script>
    <script src="https://source.zoom.us/1.8.0/lib/vendor/react-dom.min.js"></script>
    <script src="https://source.zoom.us/1.8.0/lib/vendor/redux.min.js"></script>
    <script src="https://source.zoom.us/1.8.0/lib/vendor/redux-thunk.min.js"></script>
    <script src="https://source.zoom.us/1.8.0/lib/vendor/jquery.min.js"></script>
    <script src="https://source.zoom.us/1.8.0/lib/vendor/lodash.min.js"></script>

    <!-- import ZoomMtg -->
    <script src="https://source.zoom.us/zoom-meeting-1.8.0.min.js"></script>

Now I'm getting errorMessage: "Invalid signature."
When I call join function I'm getting following GET request in network console.


Please let me know if you need any other information

Have you tried using the latest version? You are still running 1.8.0 and plenty of issues have been fixed since then.

Do you know the url for latest version CDN?

I got them from the official documentation.

Thank You,
Kishan

https://source.zoom.us/zoom-meeting-1.8.1.min.js

I updated still same error is coming

Hey @kishan,

Can you please share your Web SDK signature for a test meeting to developersupport@zoom.us so I can help you debug?

Thanks for your suggestions @alexmayo! :slight_smile:

Thanks,
Tommy

1 Like

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