Error 3706 "The meeting number is wrong."

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

  1. errorCode: 3706
  2. errorMessage: “The meeting number is wrong.”
  3. method: “join”
  4. result: “The meeting number is wrong.”
  5. status: false
  6. proto: Object

The signature is:

*This post has been edited to remove any meeting / webinar IDs

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});

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. :slight_smile:

Thanks for your suggestions @ggray!

Thanks,
Tommy

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