summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJibon Costa <jiboncosta57@gmail.com>2020-03-28 16:38:08 +0600
committerJibon Costa <jiboncosta57@gmail.com>2020-03-28 16:38:08 +0600
commitb15978e75643ce6c216e81f0e0efc11aab0be084 (patch)
tree41f64eda3549609ecba6a44fe4b4f9d7780607e6 /package.json
parent81e67d3be90c46910123b30bc07cab3688c041fb (diff)
downloadbbb-recorder-b15978e75643ce6c216e81f0e0efc11aab0be084.tar.gz
bbb-recorder-b15978e75643ce6c216e81f0e0efc11aab0be084.zip
Live RTMP broadcasting
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index fecd5b0..32de7e1 100644
--- a/package.json
+++ b/package.json
@@ -13,6 +13,7 @@
],
"dependencies": {
"puppeteer": "2.0.0",
- "xvfb": "^0.2.3"
+ "xvfb": "^0.2.3",
+ "ws": "^7.2.3"
}
}