提交工单
咨询集成、功能及报价等问题
Make sure your development environment meets the following requirements:
If you need the file sharing function, download the ZegoDocsView SDK.
For instructions on how to create an Electron project, see Electron quick start.
Open Terminal, run cd
to go to the project directory.
Run the following command to install the latest version of the SDK.
npm install zego-express-engine-electron@whiteboard --save
Use the following code to import the SDK into the project.
// Import the ZEGO Express-Video SDK.
const zegoExpressEngine = window.require('zego-express-engine-electron/ZegoExpressEngine.js')
// Import the ZEGO Whiteboard SDK.
const ZegoWhiteBoard = window.require('zego-express-engine-electron/ZegoWhiteBoardView.js')