# TRTC_Windows **Repository Path**: liteavsdk/TRTC_Windows ## Basic Information - **Project Name**: TRTC_Windows - **Description**: High-quality Interactive Audio/Video Windows SDK - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-03-22 - **Last Updated**: 2026-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TRTC SDK _[简体中文](README-zh_CN.md) | English_ ## Overview Leveraging Tencent's many years of experience in network and audio/video technologies, Tencent Real-Time Communication (TRTC) offers solutions for group audio/video calls and low-latency interactive live streaming. With TRTC, you can quickly develop cost-effective, low-latency, and high-quality interactive audio/video services. [Learn more](https://trtc.io/document)... > We offer SDKs for web, Android, iOS, Windows, Flutter, WeChat Mini Program, and [other mainstream platforms](https://github.com/LiteAVSDK?q=TRTC_&type=all&sort=). ## Contents ```bash ├─ TRTC-API-Example-C++ // Demo for C++ │ ├─TRTC-API-Example-Qt // Demo for Qt │ ├─SDK // C++ SDK directory │ │ ├─CPlusPlus │ │ ├─README.md ├─ TRTC-API-Example-CSharp // Demo for C# │ ├─TRTC-Example-CSharp.sln // Project solution │ ├─TRTC-API-Example-CSharp // Demo for C# │ ├─ManageLiteAV // C# SDK's adapter project │ │ ├─thirdparty // Third-party library directory │ │ │ ├─liteav │ │ │ │ ├─CPlusPlus // C++ SDK is accessed as a third-party library │ ├─SDK // C# SDK directory │ │ ├─CSharp │ │ ├─README.md ├─ TRTC-API-Example-ActiveX // Demo for ActiveX SDK │ ├─TRTC-API-Example-ActiveX // Demo for ActiveX │ ├─SDK // ActiveX SDK directory │ │ ├─ActiveX │ │ ├─README.md ``` ## Note - Currently, only the TRTC-API-Example-Qt、TRTC-API-Example-CSharp and TRTC-API-Example-ActiveX projects are provided. If you want to use the demo of other Windows platforms, see [TRTC SDK](https://github.com/tencentyun /TRTCSDK); ## Contact Us - If you have questions, see [FAQs](https://www.tencentcloud.com/document/product/647/36057?lang=en&pg=). - To learn about how the TRTC SDK can be used in different scenarios, see [Sample Code](https://www.tencentcloud.com/document/product/647/42963). - For the complete API documentation, see [SDK API Documentation](https://trtc.io/document/35131?platform=windows&product=rtcengine&menulabel=sdk). - For aftersales technical support, please [contact us](https://t.me/+EPk6TMZEZMM5OGY1). - To report bugs in our sample code, please create an issue.