We are waiting for your reply… We continuously gets the below error i.e. Error code : 3005 clear attendees?.
Can you plz provide your valuable inputs for the below concerns as well ?
“Also I am working on getting your 3 questions answered.
1] How we can identify whether the particular signature is valid for certain time ? OR Expiry logic ?
2] Is there any time conversion / Offset is required to generate the signature ?
3] How signature gets validated on zoom server, I mean what kind of parameter consider while checking the signature in order to run the zoom meeeting ?”
3005 is another meeting running, https://zoom.github.io/sample-app-web/global.html#errorCodes
you need end another meeting before host a new meeting, one user only host a meeting at the same time
“The signature has expired” the most reason is because you localtime(new) > zoom’s server time(old),
we also think this is invalid signature.
The signature lasts 24 hours from creation date (in your servers timezone, which is most likely UTC/GMT).
I believe what’s happening is on the Zoom JS SDK, it is comparing the generated signature to your browsers timezone which could be different then UTC / GMT, thus the signature expiring for some users in different timezones.
I am working on getting more details for you and also updating our SDK documentation soon to make this more clear.
We are working on making the Web SDK completely responsive. This will most likely come out sometime in Q1 of next year. You can track our releases here.
You could customize the CSS to make it responsive yourself, but we do not recommend that.
I did it on my computer and also tested it in different computers from my friends and different mobiles, but they have the same issue. How can I solve it?