Connect Fail return error-code 1

I use the ionic write the application and html5 for the website version.
I can successfully start and join the meeting on the application,
when I switch to the website side, I can successfully host a meeting,
but I got : {method: “join”, status: false, result: null, errorMessage: “Joining fail”, errorCode: 1}
when I join the meeting which is hosted by another one.
Everything work well a few weeks ago.

Hey @edwinfong,

Are there any errors in the browser console?

Make sure you are passing in 0 as the role to join meetings.

This is probably an issue with signature generation, can you send me your signature to developersupport@zoom.us so I can debug?

Thanks,
Tommy

@tommy
I sure i passing 0 as role to join meeting, and fail.
I test the same function and i join meeting successful with role 1.
For the signature, i using ZoomMtg.generateSignature to generate, and i use it in both case.

Hey @edwinfong,

Thanks for the additional details. Can you share the meetingID to developersupport@zoom.us you are trying to join in a private message so I can debug?

Thanks,
Tommy