WebRTC-Multi-Peer-Video-Audio
WebRTC-Multi-Peer-Video-Audio copied to clipboard
npm install error
Typo in server/package.json file - the trailing comma after jade threw error, please remove that so
npm install
can run successfully.
"dependencies": {
"express": "2.5.8",
"jade": ">= 0.0.1"
},