Intel has ended support for these tools. Please contract Intel support for alternatives.
This open source WebRTC data channel stack is built in pure portable C code and has C# bindings along with a full C# sample application. Using this, you can add WebRTC data connection capability to most native applications. The stack makes use of OpenSSL for security and dTLS. It's a great way to learn about how WebRTC works or for advanced developers, use it to make native and web applications work together over the Internet.This is the same WebRTC stack used in the Mesh Agent of Meshcentral.com, the open source computer management and monitoring web site. The stack is data channel only, it does not do audio/video which is useful for many types of usages. For example communication between different versions of a game with some players are using native code and some using web applications. We use it for secure and scalable remote desktop and file transfers.
WebRTC stack and sample application v0.10 - ZIP Archive, Source Code, Apache 2.0 License
WebRTC stack documentation v0.1 - Word document