Simple one-to-one audio/video call app using PeerJs.
You can find a working example here: https://simple-av.herokuapp.com
#How to set up:
- Clone Repo
- npm install
- cd public
- bower install
- change mongodb url in /db/schema/index.js to point to your local mongodb server
- node app.js
#Contributions are welcome
Tasks that need to be done
- Better UX design
- Implement persional contacts list and remove open user call
- Better error and socket message handling system
- Better custom event handling system and remove angular's local event emitter
Please raise any issues in the repo's GitHub issues page