- Agora Electron API Demos
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.
Visit the electron website for important announcements.
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
- Other
- Agora-Electron-HTML5: An old Demo without web frameworks
- Agora-Electron-Premium: An old Demo uses React
- Agora-Electron-React: A simple case to show how to integrate SDK for React
- Agora-Electron-Vue: A simple case to show how to integrate SDK for Vue
This Agora-Electron-API-Example-Iris uses a refactored version of agora-electron-sdk@alpha and demonstrates how to use the new api
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