Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 581 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 581 Bytes

Nighthawk WebRTC

Custom iOS builds of Google's Chromium WebRTC project.

Setup

Cocoapods

You can include a pre-built version of Nighthawk via Cocoapods. Only available directly for now.

pod 'nighthawk-webrtc', :git => 'https://github.com/ceaglest/nighthawk-webrtc.git'

Modifying WebRTC

Patches are currently applied against Chrome 45. See working with WebRTC release branches for a primer on how to prepare your working copy.

TODO