安装
要集成 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
要集成 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