zego-express-engine-electron-private

3.16.2-40413.1104 • 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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i zego-express-engine-electron-private

      Weekly Downloads

      2

      Version

      3.16.2-40413.1104

      License

      ISC

      Unpacked Size

      193 MB

      Total Files

      23

      Last publish

      Collaborators

      • zegodev