zego-express-engine-electron-private

3.13.2-37517.1077 • 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

/zego-express-engine-electron-private/

    Package Sidebar

    Install

    npm i zego-express-engine-electron-private

    Weekly Downloads

    1

    Version

    3.13.2-37517.1077

    License

    ISC

    Unpacked Size

    126 MB

    Total Files

    20

    Last publish

    Collaborators

    • zegodev