The Example project is an open-source demo that will show you different scenes on how to integrate Agora SDK APIs into your project.
Any scene of this project can run successfully alone.
- Agora.io Developer Account
- Node.js 14+ with C++11 support
- Yarn package manager
First, create a developer account at Agora.io, and obtain an App ID.
Then do the following:
git clone [email protected]:AgoraIO-Usecase/AgoraLive-Electron.git
cd ./
yarn
yarn dev
If you have any problems or suggestions regarding the sample projects, feel free to file an issue.
- You can find full API document at Document Center
- You can file issues about this demo at issue
- Check our FAQ to see if your issue has been recorded.
- Dive into Agora SDK Samples to see more tutorials
- Take a look at Agora Use Case for more complicated real use case
- Repositories managed by developer communities can be found at Agora Community
- If you encounter problems during integration, feel free to ask questions in Stack Overflow
The sample projects are under the MIT license.