Joining Fail with ErrorCode 1

Description
Meeting-Number: ***********
Integrated via web sdk
API-Key and Secret created by jwk
Also tried and upgraded to pro plan

Error
{method: “join”, status: false, errorCode: 1, errorMessage: “joining fail”, result: null}

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

Hey @varioous,

How are you generating the signature? Can you share your signature so I can debug?

Thanks,
Tommy

Hi @tommy
I have the same issue.
{method: “join”, status: false, errorCode: 1, errorMessage: “joining fail”, result: null}

Using valid meeting number and password.
My signature is

Hey @inclusify,

Are you using a JWT app type for the API key and secret?

Thanks,
Tommy

Resolved. Error was the wrong time() in docker container.

2 Likes

Happy to hear you got it working! :slight_smile:

-Tommy