Bitcode disabled by default
WebRTC is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'UniversalWebRTC'
Add the project as a dependency to your Package.swift:
dependencies: [
.package(url: "https://github.com/screenmeet/UniversalWebRTC", .upToNextMinor(from: "106.0.7"))
]
Then import import WebRTC
.
Rostyslav Stepanyak, rstepanyak@screenmeet.com
This project is available under the MIT license. See the LICENSE file for more info. WebRTC is available under the BSD license. See the LICENSE.html file for more info.