DoubangoTelecom / webrtc-plugin

WebRTC plugin for IE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webrtc-plugin is an open source project to add support for WebRTC features to Internet Explorer (Windows).

Downloads

Online samples

getUserMedia

Devices

RTCPeerConnection

RTCDataChannel

Using our plugin in your own project

  • Download and install the plugin for Windows
  • Include adapter-latest.js in your code.
  • Change the code you're using to attach a stream to a <audio/> or <video /> HTML5 element:
    from:
document.getElementById("eltId").src = mediaStream;


to:

attachMediaStream(document.getElementById("eltId"), mediaStream);

Building source code

  • We require branch 58 (git checkout branch-heads/58)
  • You'll need to apply this patch

About

WebRTC plugin for IE

License:GNU General Public License v3.0


Languages

Language:C++ 70.4%Language:C 28.8%Language:Inno Setup 0.8%