WebRTC library for WKWebView for Swift on iOS (based on cordova-plugin-iosrtc: https://github.com/cordova-rtc/cordova-plugin-iosrtc)
To run the example project, clone the repo, and run pod install
from the Example directory first.
In order to make this framework run into a iOS application some requirements must be satisfied in both development computer and target devices:
- Xcode >= 11.1 (11A1027)
- iOS >= 10.2 (run on lower versions at your own risk, don't report issues)
swift-version
=> 4.2
WKWebViewRTC is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'WKWebViewRTC'
- GoogleWebRTC => v1.1.29229
- From the WKWebViewRTC/Js run
npm i
and thennpm run-scipt build
- Janus => 0.7.4
- JSSip => 3.1.2
- Sip.js => 0.15.6
Open Telecom Foundation
WKWebViewRTC is available under the MIT license. See the LICENSE file for more info.