https://github.com/forchapeatl/video-call
https://video-call-forchapearl.netlify.app/
https://github.com/forchapeatl/video-call
Last synced: 4 months ago
JSON representation
https://video-call-forchapearl.netlify.app/
- Host: GitHub
- URL: https://github.com/forchapeatl/video-call
- Owner: Forchapeatl
- Created: 2021-09-23T20:23:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T23:27:30.000Z (over 3 years ago)
- Last Synced: 2025-01-03T23:44:58.648Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Video Chat App Reactjs
This is a video calling application where users can call other user and will also have the capabiltiy to mute their mic and audio. Their is also real time chat functionality.
It's also a modern PWA so users can install it on their devices like other native apps.** Original Project Link** - ***https://github.com/mihir0699/Video-Chat***
## Features and Functionalities 😃
- Video Call with others
- Mute audio/video
- Instantly join a video call with a code
- Chat in real-time
- Chat Notifications
- Now, supports real-time screen sharing also (Thanks to [chand10-beg](https://github.com/chand10-beg))
- Install it as a PWA (Progressive Web App) on your device
- Unlimited duration calls
- Share joining code instantly on social media platforms
- Simple and intuitive UI## Tech Stack 💻
- [React.js](https://reactjs.org/)
- [Web RTC](https://github.com/webrtc)
- [Socket.io](https://socket.io/)
- [Node.js](https://nodejs.org/en/)
- [Ant Design](https://ant.design/)## Installation
- cd Video Call
- npm install
- npm run start
- open browser to http://localhost:5000