Demo app crashed on join meeting

Hi @yongxing, @evandy,

Thanks for the post. I have just tried to follow the steps to reproduce this issue with the demo app and I was able to join a meeting with URL without any issues.

These are some normal outputs and unfortunately the error does not reveal in info provided.

No, all you need to do is to run the build_nodeaddon_mac.sh first, and then run the run_demo_mac.sh. The demo app has taken care of the corresponding permission request so it will show a pop-up when the permission is required(such as mic, or camera).

What is the SDK version that you are having issues with? Please note that the Electron and the Nodejs version has changed in the latest version of SDK demo app. Here are the steps to install the dependencies(GitHub - zoom/zoom-sdk-electron: Zoom Electron SDK):

  1. Install node.js 12.16.1 version,download url: Index of /download/release/v12.16.1/. also can run ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" and sudo brew install node to install node.js
  2. Install electron 8.2.4 version,use command run npm install --save-dev electron@8.2.4 -g
  3. run npm install node-gyp -g to install node-gyp
  4. run npm install bindings -g to install bindings

If you have everything well configured and it is still not working, could you provide the SDK log and the .crash log(if any) so that we could further investigate?

Thanks!