@byteplus/byteplus-electron-sdk
v3.56.1
Published
byteplus electron sdk
Downloads
16
Readme
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.
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"
}
}