3.56.1 • Published 6 months ago

@byteplus/byteplus-electron-sdk v3.56.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Byteplus Electron SDK

By integrating Byteplus Electron RTC SDK, you can add voice calling, video calling, and live streaming to apps with ease. It creates high-quality audio and video experiences for a wide range of applications including online classrooms, telehealth, gaming, live-streaming, and conferences.

Quick start and example

Installation

npm install @byteplus/byteplus-electron-sdk

For the SDK for Windows 32-bit, add the following fields into package.json of your project.

//package.json 
{
    "byteplus_electron" {
        "arch": "ia32"
    }
}

Documentation