webrtc-native

1.4.0 • Public • Published

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

  • Returns array of available device inputs

WebRTC.RTCGarbageCollect()

  • Notify V8 Engine to attempt to free memory.

WebRTC.setDebug(boolean)

  • Enable / Disable WebRTC log messages

Package Sidebar

Install

npm i webrtc-native

Weekly Downloads

61

Version

1.4.0

License

MIT

Last publish

Collaborators

  • vmolsa