|
|
1 rok pred | |
|---|---|---|
| .vscode | 1 rok pred | |
| Sample | 1 rok pred | |
| .gitignore | 1 rok pred | |
| CHANGELOG.md | 1 rok pred | |
| README.md | 1 rok pred | |
| version.txt | 1 rok pred |
In the light of the rapid version iteration of the Electron framework, the requirements for building and running an Electron application keep changing, as a result, manual installation of the dependencies based on the Electron version is required to build and to run the sample app. The following instruction will show you the basic steps to do so:
Note:
libuv library to pass the raw data to Electron to render the video, the raw data is not encrypted nor have additional protection. If you would like to refer to the implementation in this demo, please add protection to your raw data transmission and handling.npm install --global --production windows-build-toolshttps://www.microsoft.com/en-us/download/details.aspx?id=48159https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&rel=16https://www.python.org/downloads/After successfully installed the above dependencies, here are the steps to build and run the sample app:
config.js, by default it should be zoom.usnpm run electron:serve
scripts/electron_sdk_install.js, configures the project based on package.json and install the required dependencies (including Electron). Once finished, the sample app will be launched.
package.json. Please note that the sample app currently does not support Electron 10 or above.ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)sudo brew install nodenpm i electron@26.3.0https://developer.apple.com/download/more/After successfully installed the above dependencies, here are the steps to build and run the sample app:
config.json, by default it should be zoom.usnpm run electron:serve
scripts/electron_sdk_install.js, configures the project based on package.json and install the required dependencies (including Electron). Once finished, the sample app will be launched.package.json. Please note that the sample app currently does not support Electron 10 or above.sudo apt updatesudo apt install nodejs npmnode -vnpm i electron@26.3.0After successfully installed the above dependencies, here are the steps to build and run the sample app:
config.json, by default it should be zoom.usnpm run electron:serve
scripts/electron_sdk_install.js, configures the project based on package.json and install the required dependencies (including Electron). Once finished, the sample app will be launched.package.json. Please note that the sample app currently does not support Electron 10 or above.For the changelog, see Video SDK - Electron.
For any issues regarding our SDK, please visit our Developer Support Forum at https://devforum.zoom.us/.
Use of this SDK is subject to our License and Terms of Use;
Copyright ©2012-2024 Zoom Video Communications, Inc. All rights reserved.