Skip to content

AgoraIO-Extensions/Agora-C_Sharp-SDK

Repository files navigation

Agora C# SDK

中文 | English

Use Agora RTC SDK with C#!

Prerequisites

  • Visual Studio 2017+ with C++ (Windows)
  • .NET

Usage

  1. Clone the repository.

    git clone https://github.com/AgoraIO-Extensions/Agora-C_Sharp-SDK.git
  2. Open solution file or API_Example.

    Open Agora-C_Sharp-SDK/Agora-C_Sharp-RTC-SDK-API_Example/C_Sharp-API_Example.sln via Visual Studio. select x64 platform.

  3. Build and Run

    Build C_Sharp-API_Example Project and Run.
    Have fun!

If you do not have an App ID, see Appendix.

Help

For more information about our API, please refer to C# API Reference.

Appendix

Create an Account and Obtain an App ID

To use our SDK, you must obtain an app ID:

  1. Create a developer account at agora.io. Once you finish the sign-up process, you are redirected to the dashboard.
  2. Navigate in the dashboard tree on the left to Projects > Project List.
  3. Copy the app ID that you obtained from the dashboard into a text file. You will use it when you run demo (there is an input box in our GUI demo).