This repository is a fork of the WebRTC project. The original README can be found here.
Due to the fork specifics, the repo's .gitignore has been updated to match the fork's requirements.
The fork contains a fastlane pipeline to produce builds for iOS. To access the pipeline you need to switch into src/fastlane and execute bundle exec fastlane lanes to see the available lanes.
- Build the WebRTC library for iOS
bundle exec fastlane ios build
- WebRTC software is licensed under the BSD license.
- Includes patches from shiguredo-webrtc-build, licensed under the Apache 2.0.
- Includes modifications from webrtc-sdk/webrtc, licensed under the BSD license.