3.9.0-32240 • Published 8 months ago

zego-express-engine-electron-whiteboard v3.9.0-32240

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

zego-express-engine-electron

Prerequisites

  1. Electron 5.0.8+

Installation

  • Video SDK: npm install zego-express-engine-electron
  • Video SDK (with whiteboard feature): npm install zego-express-engine-electron-whiteboard

Quick Start

Create a ZEGO account and get AppID and AppSign required for SDK initialization at ZEGO management console

const zgEngine = window.require('zego-express-engine-electron/ZegoExpressEngine');
const zgDefines = window.require('zego-express-engine-electron/ZegoExpressDefines');
console.log("zego express engine version: ", zgEngine.getVersion());

// init sdk
zgEngine.createEngine({appID: xxx, appSign: 'xxx', scenario: 0});

// use other API to achieve video communication
// loginRoom => startPublishingStream => startPlayingStream

// uninit sdk
zgEngine.destroyEngine();

Resources

  1. Doc Center - See more docs about this SDK
  2. Demo - A quick start demo base on this repo

ChangeLog

ZEGO Express (RTC) Electron

Since the electron SDK is based on native SDK, please refer to native changelog for more information.

ZEGO Express (RTC) Windows Native

ZEGO Express (RTC) macOS Native

ZEGO Express (RTC) Linux Native

3.7.0-30181

10 months ago

3.9.0-32240

8 months ago

3.1.0-25932

1 year ago

2.19.0-21737

2 years ago

2.17.3-20665

2 years ago

2.17.3-20664

2 years ago

2.17.3-20663

2 years ago

2.17.1-778

2 years ago

2.17.1-776

2 years ago