This commit is contained in:
bel
2021-09-14 06:30:17 -06:00
commit 7ab1723a5e
327 changed files with 127104 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "webrtc-video-call",
"version": "0.0.0",
"description": "A simple WebSocket-based server with two-way WebRTC video call",
"license": "MIT",
"dependencies": {
"node-static": "^0.7.11",
"webrtc-adapter": "^7.2.4",
"websocket": "^1.0.28"
}
}