Description
The error started to occur without me making any changes to the code.
My JWT:
{
"app_key": "7o7uNMqAS0aBtNaa-YCrsQ",
"iat": 1728229953,
"exp": 1728237153,
"tpc": "meet_d26bb1b6-1a34-447f-b472-3c77fffea7d3",
"role_type": 0,
"cloud_recording_option": null,
"cloud_recording_election": null,
"session_key": "d26bb1b6-1a34-447f-b472-3c77fffea7d3",
"user_identity": "66f42cea11958e2e085c4a33",
"telemetry_tracking_id": "meet_d26bb1b6-1a34-447f-b472-3c77fffea7d3",
"geo_regions": "BR"
}
Browser Console Error
{code: 200, reason: "connection error", type: "JOIN_MEETING_FAILED"}
Which Web Meeting SDK version?
In the package.json image
Steps to reproduce the behavior:
1 - init client
2 - join using signature
My package.json
"dependencies": {
"@ant-design/icons": "4.7.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.8.3",
"@types/antd": "^1.0.0",
"@zoom/videosdk": "^1.12.5",
"antd": "4.24.3",
"axios": "^1.7.4",
"classnames": "^2.2.6",
"crypto-js": "^4.0.0",
"date-fns": "^3.6.0",
"immer": "^9.0.6",
"js-base64": "^3.6.0",
"jsrsasign": "^11.0.0",
"lodash": "^4.17.21",
"pnpm": "^9.8.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-draggable": "^4.4.3",
"react-app-rewired":"^2.2.1",
"react-router-dom": "^6.12.1",
"react-scripts": "5.0.1",
"uuid": "^9.0.1",
"web-vitals": "1.1.1"
},