A dead simple WebRTC based video conferencing utility.
Since companies like MeetSpace are too expensive for small offices and such and also since softwares like Jitsi is just too hard to set up. OpenMeet can literally be up and running in a minute.
- Deploy on heroku
- Deploy on your own server
- Clone the repo using git clone https://github.com/Fazelesswhite/openMeet
npm install
- You need to use SSL for it to work since nowadays browsers are insisting on SSL for WebRTC, do this by changing the line 21 of server.js file,
from .file({ file: 'settings.json' }); to .file({ file: 'settings.ssl.json' });
- To start the server
node server.js
- Visit https://IP:1818/ to view the main application or https://IP:1818/admin for admin page for which the default credentials are hayzam.rb:minimumviablepassword
1LHT8uYsmQW8rCQjx58CJVZLgGxKL5pL89
^ Bitcoin RULZ ALL
MIT License