'GLOBAL' returns a status code 403 instead of retreiving the lib files

Description
When initializing the zoom client through the CDN and not the local “lib” folder like so:

await zmClient.init("en-US", 'GLOBAL');

Browser Console Error
GET https://source.zoom.us/2.0.0/lib/core/js_media.min.js net::ERR_BLOCKED_BY_RESPONSE.NotSameOriginAfterDefaultedToSameOriginByCoep 403

Uncaught (in promise) {type: ‘INVALID_PARAMETERS’, reason: ‘depedent assets are not accessible’}
Which Web Video SDK version?
Knowing the version can help us to identify your issue faster. [e.g. 1.0]

Screenshots

  • Browser: Chrome

Additional context
using the lib in the public folder works fine, but for my use case I would like to use the CDN instead.

Hey @poufy ,

Please see my post here:

Thanks,
Tommy

1 Like

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