Description
I receibe the error message 3706 when I tried to enter a meeting from websdk. The meeting is created manuallly, the ID is ***********
Error
- errorCode: 3706
- errorMessage: “The meeting number is wrong.”
- method: “join”
- result: “The meeting number is wrong.”
- status: false
-
proto: Object
The signature is:
*This post has been edited to remove any meeting / webinar IDs
ggray
(Gregory)
2
Do you perhaps have a space in the meeting id that you maybe did a copy and paste on ?
Hi @ggray!
The meeting id is correct, I did a copy paste, without spaces.
Thanks!
Another example:
Meeting ID: ***********
Signature received:
Error:
{method: “join”, status: false, result: “The meeting number is wrong.”, errorMessage: “The meeting number is wrong.”, errorCode: 3706}
*This post has been edited to remove any meeting / webinar IDs
/**/localJsonpCallback({“status”:false,“errorCode”:200,“errorMessage”:“The meeting number is wrong.”,“result”:null});
tommy
(Tommy Gaessler)
6
Hey @ThePruebas,
You are not passing in the meeting ID to your signature, you are passing in undefined
.
Please base64 decode your signature to help debug.
Thanks for your suggestions @ggray!
Thanks,
Tommy
system
(system)
Closed
7
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.