This repository contains the unofficial distribution of WebRTC
framework binaries for iOS devices.
- This framework contains the binary with bitcode enabled (7.5 mb). Supports only
arm64
. - All binaries in this repository are compiled from the official WebRTC without any modifications to the sources code or to the output binaries.
- Should enable
bitcode
across app. - To build own binary, follow link.
- Dynamic framework (xcframework) which contains multiple binaries for iOS arm64 only.
If you wish to compile your own WebRTC binary framework, please refer to the following official guide:
https://webrtc.github.io/webrtc-org/native-code/ios/
Add the following line to your Podfile
:
pod 'WebRTC-arm64'
And then run
pod install
To import WebRTC to your code add the following import statement
import WebRTC
WebRTC-arm64
is available under the MIT license. See the LICENSE file for more info.