Agora-Electron-Quickstart icon indicating copy to clipboard operation
Agora-Electron-Quickstart copied to clipboard

Quickstart for Agora Electron SDK(Windows/macOS) https://github.com/AgoraIO/Electron-SDK

Electron API Demos icon Agora Electron API Demos

NPM version node version npm download npm license

Content

  • Agora Electron API Demos
    • Content
    • Building
    • More
      • Integrate SDK with other web frameworks
      • Use the refactored version of agora-electron-sdk
        • Building

This is a desktop app that interactively and with sample code demonstrates core features of the Agora-Electron-SDK API. It's built with Electron, too, of course. This app works on Windows, macOS operating systems.

Use this app to see what you can do with Electron and use the source code to learn how to create an audio and video app.

Electron API Demos Screenshots


Visit the electron website for important announcements.

Building

You'll need Node.js and Yarn installed on your computer in order to build this app.

$ git clone https://github.com/AgoraIO-Community/Agora-Electron-Quickstart
$ cd Agora-Electron-API-Examples
$ yarn
$ yarn start

More

Integrate SDK with other web frameworks

Use the refactored version of agora-electron-sdk

This Agora-Electron-API-Example-Iris uses a refactored version of agora-electron-sdk@alpha and demonstrates how to use the new api

Building

You'll need Node.js and Yarn installed on your computer in order to build this app.

$ git clone https://github.com/AgoraIO-Community/Agora-Electron-Quickstart
$ cd Agora-Electron-API-Example-Iris
$ yarn
$ yarn start