vmolsa / webrtc-native

WebRTC for NodeJS
MIT License
169 stars 96 forks source link

WebRTC for NodeJS

Chromium

webrtc-native is using WebRTC from chromium project. code is compiled with branch 50.

Usage

For installing or building module from source go to page Getting Started

API

var WebRTC = require('webrtc-native');

WebRTC.RTCPeerConnection

WebRTC.RTCIceCandidate

WebRTC.RTCSessionDescription

WebRTC.RTCDataChannel

WebRTC.MediaStream

WebRTC.MediaStreamTrack

WebRTC.getUserMedia

WebRTC.getSources

WebRTC.RTCGarbageCollect()

WebRTC.setDebug(boolean)