Description
- I want to package zoom in an Electron app, do I need to rebuild the SDK from scratch (for it to be compatible with my version of electron)?
- Also, when running the demo app, I seem to be unable to pass beyond the JWT submission.
Which version?
Electron: v11.1.0
Node: v14.7.0
Zoom-SDK: v5.4.54528.1230
To Reproduce(If applicable)
Steps to reproduce the behavior:
- Run demo script
- Press start demo (with params: { identifier: ‘’ / ‘me@domain.com’, domain: ‘https://www.zoom.us’ })
- Input JWT (obtain from app management console)
- Nothing happens.
Thanks in advance, any help is appreciated!