Hi Tommy,
Thank you for reaching out. I will get back to you with the specifics asap.
Best,
Joep
Hi Tommy,
Thank you for reaching out. I will get back to you with the specifics asap.
Best,
Joep
Hi Tommy,
This is what I know about the machine that we can’t connect to using the web SDK.
(As for the browser version: we use this machine to start a zoom meeting from the Zoom application, so there’s no browser involved)
Hey @joep,
Thanks for sharing the computer info. What browser are you using though?
The developer account who created the JWT App does need to be pro.
Thanks,
Tommy
Hi @tommy, thank you again for your response.
What browser are you using though?
Chrome, on Win10, both latest.
The developer account who created the JWT App does need to be pro
But that implies that it shouldn’t work at all, where in fact, it works everywhere except on the one single mac. How is that possible?
Best,
Joep
Hey @joep,
Thanks for the clarification! Can you make sure the Mac’s time settings are synced properly:
Thanks,
Tommy
Hey @Adhu,
Happy to help. Please create a new post here and fill out the template so we have enough details to help: #web-sdk
Thanks,
Tommy
Hi @tommy,
Is it required to have pro or higher zoom account(which owns Web SDK JWT credentials) to join any meeting using zoom web SDK?
Is it not possible with free zoom account?
Hey @samadhan.madane31,
The only requirement is a Pro or higher account to host the meetings. You do not need to pay to join meetings with the Web SDK.
Thanks,
Tommy
SDK web was working fine until last night
Today it returns to me “Your connection has timed out and you cannot join the meeting. Verify your network connectivity and try again.”
@tommy check, please this issue
SDK web was working fine until last night
Today it returns to me “Your connection has timed out and you cannot join the meeting. Verify your network connectivity and try again.”
Can you please ensure you’re on the latest version of the web SDK (1.8.0), as well as confirm the following:
The error you’re seeing usually stems from one of the factors mentioned above.
Thanks!
Will
Currently use version web SDK (1.8.0)
I also use an account PRO
Unfortunately I got a problem
“Joining meeting timeout.
The signature has expired.”
This is the request sent
name=
&mn=
&email=
&pwd=72205311
&role=0
&lang=en-US
&signature=
Hey @ahmed,
Make sure you create the signature right before you join the meeting.
Let me know if this thread helps:
Thanks,
Tommy
Hi tommy
Thank you very much for your response
I have been suffering from zoom problems for the past 17 days
Was working fine 1.7.7 but it stopped working
Then came the virgin 1.8.0, but it also does not work
Then I did the last thing you advised me, and the problem still exists
This caused me many problems with clients
These are some things that may help you solve my problem
my request
and this response
on screenshot
Hey @ahmed,
Your signature looks correct!
Can you share the code you are using to generate it? You can reference the Web SDK sample code for generating a signature. We did update the expiration time around the same time as we released version 1.7.7.
Thanks,
Tommy
Hi tommy
I am already using Web SDK sample code for generating a signature
it’s code
var signature = ZoomMtg.generateSignature({
meetingNumber: meetingConfig.mn,
apiKey: API_KEY,
apiSecret: API_SECRET,
role: 1,
// role: meetingConfig.role,
success: function (res) {
console.log(res.result);
meetingConfig.signature = res.result;
meetingConfig.apiKey = API_KEY;
var joinUrl =
testTool.getCurrentDomain() +
“/meeting?” +
testTool.serialize(meetingConfig);
$(element).attr(“link”, joinUrl);
var temp = ("");
$(“body”).append($temp);
temp.val((element).attr(“link”)).select();
document.execCommand(“copy”);
$temp.remove();
},
});
@tommy
Unfortunately Tommy, the issue is the same , although you reply me that the signature looks correct , kindly support us , where’s the problem. How we can solve it if it’s from our side
Regards and waiting your reply asap
Any Update regards our issue