Description
When I try to join a meeting using WebSDK I am getting the following error when invoking .join() method.
I am also trying to generate the signature from my server.
The following errorCode 3713 seems new to me.
If anybody could help me with this issue I would very much appreciate it!
i was facing similar issue (errorCode: 3713). simple fix is check your ‘generateSignature()’ function , i think you are missing ‘meeting id’ or ‘role’ variable value while generating signature. if not missing check if values are correct or not.
I will be more than happy if you could look into this issue.
We were able to generate signature (Backend/Java). It works but sometimes, this zoom sdk throws “No Permission” error. What might be the reason?