electron-webrtc
Advanced tools
Comparing version 0.2.12 to 0.3.0
{ | ||
"name": "electron-webrtc", | ||
"version": "0.2.12", | ||
"version": "0.3.0", | ||
"description": "Use WebRTC in Node.js via a hidden Electron process", | ||
"main": "index.js", | ||
"browser": "browser.js", | ||
"scripts": { | ||
@@ -23,2 +24,3 @@ "test": "standard && tap test/*.js -t150 -Rspec --cov", | ||
"electron-eval": "^0.9.0", | ||
"get-browser-rtc": "^1.0.2", | ||
"hat": "^0.0.3" | ||
@@ -25,0 +27,0 @@ }, |
@@ -78,5 +78,6 @@ # electron-webrtc | ||
First, install `xvfb`: | ||
First, install `Xvfb`: | ||
```sh | ||
sudo apt-get install xvfb | ||
apt-get install xvfb # Ubuntu/Debian | ||
yum install xorg-x11-server-Xvfb # CentOS | ||
``` | ||
@@ -89,3 +90,3 @@ | ||
Or if you want to do it programmatically, initialize a new instance and pass in `headless` as a key as demonstrated: | ||
Or if you want to do it programmatically, initialize a new instance and pass in `headless` as a key as demonstrated: | ||
```js | ||
@@ -92,0 +93,0 @@ var wrtc = require('electron-webrtc')({ headless: true }) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10049547
15
553
101
4
+ Addedget-browser-rtc@^1.0.2
+ Addedget-browser-rtc@1.1.0(transitive)