meetingsdk-web-sample
meetingsdk-web-sample copied to clipboard
Zoom Meeting SDK web sample
solve issue Signature has expired .
[Per the Jan 10th Web SDK update](https://marketplace.zoom.us/docs/guides/stay-up-to-date/announcements#required-websdk-update), we must upgrade the [`websdk`](https://github.com/zoom/websdk) in order to support the AES 256-bit GCM encryption that allows us to join with computer audio
Given a paste buffer from zoom with meeting "123 456 789", the substitution regexp must be globally applied in order to remove all spaces.
Running NPM start for the local version causes an error on Ubuntu. The following two posts on the Zoom developer form talk about this error: 1. https://devforum.zoom.us/t/installing-sample-app-web-gives-error/12103 2. https://devforum.zoom.us/t/unable-to-use-zoom-websdk-sample-web-app/15855 This...