其他语言版本: 简体中文
The AgoraDualTeacher project is an open-source demo that will show you how to integrate Agora SDK APIs into your project.
- Agora.io Developer Account
- CMake >= 3.5
- QT x64 >= 6.2.1
- Vistual Studio >= 2019
- Create a developer account at Agora.io, and obtain an AppID.
- Clone project files
$ git clone https://github.com/AgoraIO-Usecase/AgoraDualTeacher.git
$ cd AgoraDualTeacher
- Download specified version of sdk and extract to
deps/win
. - Set the
APP_ID
in src/AgoraEnv.h with your AppID. - Replace the value of
QT_DIR
in CMakeLists.txt with the truely QT folder.
Then do the following:
$ mkdir build
$ cd build
$ cmake .. -A x64
$ cmake --build . --config=Release
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.