8000 GitHub - voe1999/TRTCSDK: 腾讯云实时音视频(TRTC)服务
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

voe1999/TRTCSDK

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 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 mas
588E
ter

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 41.6%
  • C++ 24.4%
  • JavaScript 23.3%
  • Java 4.3%
  • C 4.3%
  • CSS 1.9%
  • HTML 0.2%
0