IW
iw4p/Virtual-3D-Model-Conference-Room
Virtual 3D Model Conference Room
Virtual 3D Model Conference Room
IMG_4206.mp4
Virtual 3D Model Conference Room
A Virtual 3D Model Conferene Room for making calls and meetings and show 3D models to participators
- 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
Demo
Link: https://vebko.org:8080
Installation
$ npm installRunning
For running all services:
$ npm run startIf you want to run services separately
For socket server:
$ npm run serverFor running client website:
$ npm run clientTips
- 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.
Issues
Feel free to submit issues and enhancement requests.
Contributing
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!
Credit
Special thanks to
@kovacsv: For developing this service so we can improve it.