Component view not working in new version 2.17.0

Before Creating a New Topic:

Description
Some internal asset paths appear to have changed in the new version 2.17.0 released yesterday (e.g. 1503_js_media.min.js becoming js_media.min.js). The problem is that the component view hasn’t been updated to reflect this and keeps looking for the assets by their old names. But because the sources path depends on the version, it is now looking for assets like https://source.zoom.us/2.17.0/lib/av/1503_js_media.min.js (notice the 2.17.0 in the path), which rightly don’t exist in the CDN (it should have been looking for https://source.zoom.us/2.17.0/lib/av/js_media.min.js instead). This causes the console error in the screenshot below.

The client view does not seem to have this problem and loads, though I have not extensively tested the new version there.

Browser Console Error

Which Web Meeting SDK version?
2.17.0

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Install component view 2.17.0
  2. Try to connect to a meeting
  3. The meeting will fail to connect and the console error above will appear.

This appears to be resolved now, I can see zoom added https://source.zoom.us/2.17.0/lib/av/1503_js_media.min.js to the CDN now and it returns correctly instead of 404. A bit of a ninja fix, but the issue is resolved and 2.17.0 working fully now. Thanks!

@dnna ,

we have identified the issue, and rolled out a fix towards the end of last week. Do let me know if you are still encountering issues on this.

Thanks!

Yes, this issue is resolved, it can be closed.

1 Like

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