This is a simple web-based video chat application that allows two users to communicate with each other through video calls.
- Vite
- React
- TypeScript
- PeerJS
- Clone the repository:
git clone https://github.com/keyan5/video-chat-app.git
- Install the dependencies:
npm install
- Start the server:
npm start
- Open your web browser and navigate to
http://localhost:5173
- Copy your id by clicking on the ID
- Send your id to the person you want to call
- Ask the Receiver to paste the id you sent in the input field by clicking the input field
- Then ask the receiver to click on the call button
- End the call by clicking on the Hang Up button
https://keyan5.github.io/video-chat-app/
This project is licensed under the MIT License - see the LICENSE file for details.