Release framework of WebRTC iOS Project
CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate OIWebRTC into your Xcode project using CocoaPods, specify it in your Podfile:
...
use_frameworks!
target 'YOUR_TARGET_NAME' do
pod 'OIWebRTC', '~> 0.105.0'
end
...- File > Swift Packages > Add Package Dependency
- Add https://github.com/OrionInnovationTRTech/OIWebRTC-iOS
- Select "Branch" with "main"
Alternatively OIWebRTC can be manually integrated to your project.
Compatible iOS versions :
- iOS 10.x+
Compatible XCode Versions :
- XCode 13.x+
