Agora-Electron-Quickstart
                                
                                 Agora-Electron-Quickstart copied to clipboard
                                
                                    Agora-Electron-Quickstart copied to clipboard
                            
                            
                            
                        Quickstart for Agora Electron SDK(Windows/macOS) https://github.com/AgoraIO/Electron-SDK
 Agora Electron API Demos
 Agora Electron API Demos
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.

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
- 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
 
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