WebRTC for NodeJS
This module is working only with latest NodeJS version.
If you are using another version of NodeJS then you should use node-webrtc project.
Install
npm install webrtc-native --save
API
Usage
var WebRTC = require('webrtc-native');
- Returns array of available device inputs
WebRTC.RTCGarbageCollect()
- Notify V8 Engine to attempt to free memory.
WebRTC.setDebug(boolean)
- Enable / Disable WebRTC log messages
Build
node-gyp rebuild
Prerequisite software
Windows
You must build with Visual Studio 2013 Update 4, no other versions are supported.
You must have Windows 7 x64 or later. x86 OSs are unsupported.
You must run node-gyp with administrator privileges.
OS X
XCode 3.0 or higher