• This repository has been archived on 05/Jun/2020
  • Stars
    star
    169
  • Rank 224,453 (Top 5 %)
  • Language
    C++
  • License
    MIT License
  • Created over 9 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

WebRTC for NodeJS

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