Skip to content

Files

Latest commit

6c16966 · Sep 22, 2023

History

History
This branch is 24 commits behind AgoraIO/Agora-Chat-API-Examples:main.

windows-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 5, 2022
Jul 21, 2022
Jun 5, 2022
Jun 5, 2022
Jun 5, 2022
Jun 5, 2022
Oct 6, 2022
Oct 11, 2022
Sep 22, 2023
Sep 22, 2023
Oct 11, 2022
Jun 5, 2022

API Example Windows

English | 中文

Overview

This repository contains sample projects using the Agora Chat Windows sdk.

img

Project structure

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

How to run the sample project

Prerequisites

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

Steps to run

  1. Clone this project to local

  2. Using visual studio to open project: windows-example\windows-example.sln

  3. Integrate Agora Chat Windows sdk

    DownLoad Agora Chat Windows SDK

    Install the nupkg from local directory(need to check the Include prerelease box).

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

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

Feedback

If you have any problems or suggestions regarding the sample projects, feel free to file an issue.

Reference

Related resources

  • 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

License

The sample projects are under the MIT license.