This project is a simple web-based video call application. It allows users to start and stop video streaming using their device's camera. The application uses HTML5, CSS, and JavaScript to access the webcam and display the live video feed in the browser.
- Start Video: Accesses the webcam and streams the video to the browser.
- Stop Video: Stops the video feed from the webcam.
- HTML5: Used for the structure of the web page.
- CSS: Used for styling and layout.
- JavaScript: Used for accessing and controlling the webcam video feed.
- WebRTC API: Utilized for handling video streaming.
- Clone this repository to your local machine:
git clone https://github.com/your-username/online-video-call.git