Skip to content

腾讯云实时音视频终端组件 TRTC SDK,覆盖iOS、Android、Windows、Mac、浏览器和微信小程序六大应用平台,致力于提供全球最好的视频通话和直播连麦解决方案。

Notifications You must be signed in to change notification settings

Polaris-Java/TRTCSDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRTCSDK

腾讯云实时音视频(TRTC)服务

检出 Android

git init TRTC_Android
cd TRTC_Android
git remote add origin https://github.com/TencentVideoCloudTRTC/TRTCSDK.git
git config core.sparsecheckout true
echo "Android/*" >> .git/info/sparse-checkout
git pull origin master

检出 iOS

git init TRTC_iOS
cd TRTC_iOS
git remote add origin https://github.com/TencentVideoCloudTRTC/TRTCSDK.git
git config core.sparsecheckout true
echo "iOS/*" >> .git/info/sparse-checkout
git pull origin master

检出 Mac

git init TRTC_Mac
cd TRTC_Mac
git remote add origin https://github.com/TencentVideoCloudTRTC/TRTCSDK.git
git config core.sparsecheckout true
echo "Mac/*" >> .git/info/sparse-checkout
git pull origin master

检出 Windows

git init TRTC_Windows
cd TRTC_Windows
git remote add origin https://github.com/TencentVideoCloudTRTC/TRTCSDK.git
git config core.sparsecheckout true
echo "Windows/*" >> .git/info/sparse-checkout
git pull origin master

About

腾讯云实时音视频终端组件 TRTC SDK,覆盖iOS、Android、Windows、Mac、浏览器和微信小程序六大应用平台,致力于提供全球最好的视频通话和直播连麦解决方案。

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 55.4%
  • Objective-C 19.6%
  • C 10.8%
  • JavaScript 7.0%
  • Java 6.1%
  • CSS 0.6%
  • Other 0.5%