Hi,
Im facing the same issue!
Electron: v8.2.4
Mac: MacBook Pro (13-inch, 2019)
file exist
v8.2.4
> test1@1.0.0 start /Users/aayushmaannarsaria/Documents/zoom-sdk-electron/demo
> electron .
(electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false". It will change to be "true" in Electron 9. For more information please check https://github.com/electron/electron/issues/18397
https://www.zoom.us
true
objc[46574]: Class ZPLogHelperImp is implemented in both /Users/aayushmaannarsaria/Documents/zoom-sdk-electron/demo/node_modules/electron/dist/Electron.app/Contents/Frameworks/ZoomSDKChatUI.framework/Versions/A/ZoomSDKChatUI (0x11aad5ad0) and /Users/aayushmaannarsaria/Documents/zoom-sdk-electron/demo/node_modules/electron/dist/Electron.app/Contents/Frameworks/zChatApp.bundle/Contents/MacOS/zChatApp (0x11ee64ce0). One of the two will be used. Which one is undefined.
objc[46574]: Class ZPLogHelperNull is implemented in both /Users/aayushmaannarsaria/Documents/zoom-sdk-electron/demo/node_modules/electron/dist/Electron.app/Contents/Frameworks/ZoomSDKChatUI.framework/Versions/A/ZoomSDKChatUI (0x11aad5b20) and /Users/aayushmaannarsaria/Documents/zoom-sdk-electron/demo/node_modules/electron/dist/Electron.app/Contents/Frameworks/zChatApp.bundle/Contents/MacOS/zChatApp (0x11ee64d30). One of the two will be used. Which one is undefined.
SDKERR_SUCCESS 0
ret 0
_addon true
authWithJwtToken 0
All is fine! But it reaches the loader and just crashes.
Electron crash reports:
https://drive.google.com/drive/folders/1o0He4TnxLR-XhKv-6Co5bHoX3M31J2x-?usp=sharing
Hoping for a speedy resolution. Have tried everything in the docs, readme and every answer in devforum.
Thanks.