Description
Websdk is working fine from the web, Is it possible to use the same in the electron app ?
Browser Console Error
Refused to load the script source zoom url/zoomus-websdk-zoommtgMain.umd.min.js' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline'". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback.
Which Web Meeting SDK version?
Knowing the version can help us to identify your issue faster. [e.g. 1.9.9]
Meeting SDK Code Snippets
I added dependency locally so that it does not require to reach it out zoom for cors.
<!-- Dependencies for client view and component view -->
<script src="[dot] /zoom-lib/react.min.js"></script>
<script src="[dot] /zoom-lib/react-dom.min.js"></script>
<script src="[dot] /zoom-lib/redux.min.js"></script>
<script src="[dot] /zoom-lib/redux-thunk.min.js"></script>
<script src="[dot] /zoom-lib/lodash.min.js"></script>
<script src="[dot] /zoom-lib/zoom-meeting-3.11.0.min.js"></script>
To Reproduce(If applicable)
Steps to reproduce the behavior:
- Go to ‘…’
- Click on ‘…’
- Scroll down to ‘…’
- See error
Screenshots
Troubleshooting Routes
Device (please complete the following information):
- Device: [e.g. Macbook Pro] Dell
- OS: [e.g. macOS 11] Windows 11 Pro
- Browser: [e.g. Chrome] Electron
- Browser Version [e.g. 88.0.4324.150 (Official Build) (x86_64)]
Additional context
I see zoom-meeting-3.11.0.min is trying to fetch it from source[dot]zoom[dot]us and is there a way to store those required file in the locally so that it does not need to fetch it from server