vue-peer
Version:
With this package, you can have video calls along with two or multi-person chat communication. You can easily bind and display your streams in any video element you want.
32 lines (31 loc) • 473 B
JSON
{
"name": "back-vue-peer",
"private": "true",
"keywords": [
"vue",
"peerjs",
"peer",
"video",
"call",
"stream",
"rdp"
],
"version": "0.0.2",
"type": "module",
"files": [
"dist",
"backend"
],
"main": "./server.js",
"scripts": {
"start": "node ./server.js"
},
"dependencies": {
},
"peerDependencies": {
"uuid": "^8.3.2",
"peer": "^0.6.1",
"express": "^4.17.1",
"socket.io": "^3.0.4"
}
}