Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 274 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 274 Bytes

webrtc-peerconnection

WebRTC Peerconnection built with CMake

Build Steps

  • Checkout the official WebRTC source code.
  • Modify set(WEBRTC_ROOT "/home/ubuntu/webrtc-checkout/src") in CMakeLists.txt, to path/to/your/webrtc/source
  • Build the source code with CMake.