Skip to content

ljc2266/WebRtc.NET

Repository files navigation

WebRtc.NET: WebRTC for C# & C++/CLI

...current way of incorporating the WebRTC libraries into your project is a total nightmare. The build system (aka Ninja http://www.webrtc.org/native-code/development) is extremely complicated. You are going to be doing everything from the command line, it take ages to even download the source code (~10GB), try it and cry... ;D

What you get is the compiled code in a static library that you can just throw into your project.

last update from https://chromium.googlesource.com/external/webrtc.git

Revision: ac9f876bc06b8152ecc3a328147cdab19136361b Date: 2016-10-01 08:29:43

demo

About

WebRTC for C# & C++/CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 73.8%
  • C 22.9%
  • Objective-C 1.6%
  • JavaScript 1.3%
  • C# 0.4%
  • HTML 0.0%