Zoom Meeting Unclear Error 200

I build the required apis(oauth, signature, create-meeting) and it works successfully with meetingsdk-react-sample

But when I try implement it on my nextjs app(the same sdk version: 390), it doesn’t work and always failed with unclear error

I saw the sdk hitting log-external…zom.us and I see the payload like this `{“messages”:“{"time":"2024-11-07 12:47:33.539","logLevel":"error","message":"Connection change with join meeting failed. payload:{\"reason\":\"Fail to join the meeting.\",\"errorCode\":200}. meeting info:{\"meetingId\":\"rX0vjph6S/6XjHxUus/X2A==\",\"tid\":\"v=2.0;clid=us05;rid=WEB_a46f158523e59de4fa7568bb5ec6f1ee\",\"meetingNumber\":\"{E}83178142811{/E}\",\"userName\":\"{E}{/E}\",\"userEmail\":\"{E}undefined{/E}\"}","tags":["MeetingSDK-Component","eaba91b7-c3a8-4f45-8bda-7df7d050bbcc","JOIN_MEETING_FAILED"],"trackingId":"eaba91b7-c3a8-4f45-8bda-7df7d050bbcc","laplaceSessionId":"fc6b0ba5-21de-41d9-a594-398f83598787"}”,“meta”:{“version”:“000001”,“flag”:“0”}}

the console says : Object { type: “JOIN_MEETING_FAILED”, reason: “Fail to join the meeting.”, errorCode: 200, … }

FYI, I can’t provide screenshots on the post.

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