English | 中文
This repository contains sample projects using the Agora Chat Windows sdk.
The project uses a single app to combine a variety of functionalities.
Function | Location |
---|---|
Login, send and receive message | https://github.com/AgoraIO/Agora-Chat-API-Examples/blob/main/windows-example/MainWindow.xaml.cs |
Necessary requirements for the project to run.
- A Windows device running Windows 10 or later
- Visual Studio IDE 2019 or later
- .Net Framework 4.5.2 or later
-
Clone this project to local
-
Using visual studio to open project: windows-example\windows-example.sln
-
Integrate Agora Chat Windows sdk
DownLoad Agora Chat Windows SDK
Install the nupkg from local directory(need to check the Include prerelease box).
-
Add sample code for this project
This project only include a framework which has no implementations. Need to add sample code. See Get Started with Agora Chat Windows sdk
-
Compile, run and test the project
You are all set! Feel free to play with this sample project and explore features of the Agora Chat Windows SDK.
If you have any problems or suggestions regarding the sample projects, feel free to file an 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.