IMG_4206.mp4
- Voice Call (WebRTC)
- Real time change model inside room for everyone
- Chat service
- Room based conferenced like Zoom app
- Ask permission for accept or reject new members
- Show presenter's pointer to members
Link: https://vebko.org:8080
$ npm install
For running all services:
$ npm run start
If you want to run services separately For socket server:
$ npm run server
For running client website:
$ npm run client
- WebRTC needs HTTPS and SSL certificate, so you need generate self-signed SSL cert on your local to use call and some other features.
- You can change socket IP and TURN server IP in index.html file before running.
Feel free to submit issues and enhancement requests.
Please refer to each project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
Special thanks to @kovacsv: For developing this service so we can improve it.