I could auth, login, and start meeting with electron command, but when I package the app, I cannot go through auth with the key I could auth without package.
After some investigation,
In SDKAuth(auth_bridge.js), authService returns 6 , I think this is the wrong part. When I run the app with electron command, it returns 0, which is probably successful value.
Btw, I used electron-log library to see the result.
I’m wondering this is something with security issue or something that I cannot connect to the API.
If somebody have encounter this problem, please share how to solve.