Zoom meeting live stream using python flask 403 error

i want to show zoom live meeting my personal website using python flask
i face console error GET https://source.zoom.us/zoom-meeting-1.9.1.min.js/av/6331_video.simd.wasm 403 (Forbidden)
s @ zoom-meeting-1.9.1.min.js:2
w @ zoom-meeting-1.9.1.min.js:2
(anonymous) @ (index):29
zoom-meeting-1.9.1.min.js:2

   GET https://source.zoom.us/zoom-meeting-1.9.1.min.js/av/6331_audio.encode.wasm 403 (Forbidden)

i attached the screen shot blow.
Screenshot (114)|690x388

@ppsiva06,
It seems you are using an older SDK. Have you tried the latest version, 3.16? I’d recommend using this newer version. Additionally, if you could share any related code snippets, it would aid in identifying the issue.