An open API service indexing awesome lists of open source software.

https://github.com/akagi201/webrtc-peerconnection

WebRTC Peerconnection built with CMake
https://github.com/akagi201/webrtc-peerconnection

cmake cpp peerconnection webrtc

Last synced: 4 months ago
JSON representation

WebRTC Peerconnection built with CMake

Awesome Lists containing this project

README

          

# 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.