zego-express-engine-electron-test

3.11.0-35341.993 • Public • Published

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

Package Sidebar

Install

npm i zego-express-engine-electron-test

Weekly Downloads

73

Version

3.11.0-35341.993

License

ISC

Unpacked Size

76.6 MB

Total Files

17

Last publish

Collaborators

  • zegodev