Getting Error while joining the Meeting - "Joining meeting timeout. Fail to join the meeting."

I am encountering an error when attempting to join the meeting using the web SDK, with the message “Joining meeting timeout. Fail to join the meeting.”

It was functioning correctly until last month, and suddenly it has ceased to work.

Zoom-MeetingSDK-Web - version 2.11.0

@tekditechnologies ,

On 3rd Feb 2024, there is a minimum version enforcement. You will need to use 2.12.0 or higher. It is highly recommended to use the latest version

@chunsiong.zoom

Thank you for your response.

As suggested I am using the version 3.1.0, but getting error

react-dom.min.js:125 ReferenceError: meetingConfig is not defined

react.min.js:24 Uncaught ReferenceError: meetingConfig is not defined

and

localJsonpCallback1({
“status”: false,
“errorCode”: 3099,
“errorMessage”: “0:Meeting Registration - Zoom
})

@tekditechnologies ,

There are breaking changes in version 3.x.x

In addition, do make sure you are using a compatible version of react with 3.1.0
If i remember correctly, it should be 16.14.0
“react”: “16.14.0”,
“react-dom”: “16.14.0”,

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