Skip to content

tao-pu/TRTC_Windows

 
 

Repository files navigation

TRTC SDK

简体中文 | 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...

We offer SDKs for web, Android, iOS, Windows, Flutter, WeChat Mini Program, and other mainstream platforms.

Changelog

Version 10.4 @ 2022.07.21

New features:

  • iOS & Android: Support RGBA32 format in custom video capture, see: sendCustomVideoData;
  • Windows & Mac: Support local preview when setting Watermark, see: setWaterMark;

Function optimization:

  • Android: Optimized the compatibility of low-latency in-ear return and binaural capture;
  • Android: Optimize the strategy of switching from hard decoding to soft decoding to improve decoding performance;
  • iOS: Optimized the problem of low volume for iPad acquisition;

Bug fixes:

  • All platforms: Fixed the occasional check-in and check-out callback exception;
  • Windows: Fixed the problem that the content of the new window is clipped when switching the sharing window;

For the release notes of earlier versions, click More.

Contents

├─ 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.

  • To learn about how the TRTC SDK can be used in different scenarios, see Sample Code.

  • For the complete API documentation, see SDK API Documentation.

  • For aftersales technical support, please contact us.

  • To report bugs in our sample code, please create an issue.

About

High-quality Interactive Audio/Video Windows SDK

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 62.1%
  • C# 23.8%
  • C 8.7%
  • HTML 4.5%
  • QMake 0.6%
  • JavaScript 0.2%
  • Other 0.1%