Screen Sharing example Demo includes screen sharing, window sharing, and window thumbnail functions. It shows how to use zego-express-engine-electron-plugin-screen-capture
for screen capture and combine it with the external video capture function of zego-express-engine-electron
, and publishes the captured screen data out. Developers can refer to its writing to realize their own business.
Please ensure that the development environment meets the following technical requirements:
Please apply for the AppID and AppSign required to create the engine at ZEGO Management Console. For how to apply, please see Project management.
The operation steps are as follows:
AppID
and AppSign
into the /zegoauth.js
file.npm install
npm run start
When you execute npm install
to install the SDK, if the download of the npm official website image is slow, you can switch to the domestic image.
npm set registry https://registry.npm.taobao.org/