Failed to load resource: the server responded with a status of 403

Hello, zoom developers. I did try to join a meeting and failed to load resources


this is my code

import {getQueryParam} from “./helpers”;
import {zoomUsers, meetings} from “./http”;

// it’s option if you want to change the WebSDK dependency link resources.
ZoomMtg.setZoomJSLib(‘https://source.zoom.us/2.17.0/lib’, ‘/av’);

ZoomMtg.preLoadWasm();
ZoomMtg.prepareJssdk();

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