Skip to content

腾讯云通讯消息服务SDK,简单快速的即时通讯解决方案。

Notifications You must be signed in to change notification settings

ShinnyYang/TIMSDK

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIMSDK

腾讯云通信IM服务

检出 Android

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

检出 iOS

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

检出 Mac

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

检出 Windows

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

About

腾讯云通讯消息服务SDK,简单快速的即时通讯解决方案。

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 30.3%
  • C++ 28.7%
  • Java 16.4%
  • C 11.9%
  • Objective-C 9.9%
  • Makefile 1.2%
  • Other 1.6%