Wrong error message for not started meeting

Description
Wrong error message for not started meeting on ui but it gives correct error message on console.

Error

Error Message Pop-up
Joining meeting timeout

Your connection has timed out and you cannot join the meeting. Verify your network connectivity and try again.

Error on console
{errorCode: 3008,
errorMessage: undefined,
method: “join”,
result: “Meeting [REDACTED] not started.”,
status: false}

Which Web Client SDK version?
1.9.1

Screenshots

1 Like

Error message on console:

I got that incorrect message too.

Hey @madan and @hoang_nguyen,

Thank you for reaching out to the Zoom Developer Forum. If you are looking to host a meeting on the Web SDK make sure that you are using a role of 1:

Let me know if that helps

Thanks,
Max

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