TechSeeWebRTC 1.2

TechSeeWebRTC 1.2

IgorTechSee 维护。



  • 作者
  • Shlomi Sharon

安装

要集成 WebRTC SDK 到您的 XCode 项目中,请向您的 Podfile 添加以下内容

source 'https://github.com/CocoaPods/Specs.git'
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
 platform :ios, '10.0'
 pod 'TechSeeWebRTC', '= 1.0'
end

然后,运行以下命令

$ pod install