This is a simple to use, lightweight video calling App made by me using HTML, CSS, JS and Bootstrap.
VideoCall converts your video stream into ASCII stream right before transmission, in-order to provide a seamless user experience, simply because transmission of text requires less bandwidth as compared to transmission of a video stream.
Conventional video calling services transmit video and audio, while VideoCall transmits text and audio.
git clone https://github.com/RitabrataDas343/VideoCall.git
Open index.html
in a browser and choose the Create option.
Copy the Room ID.
Open index.html
in a browser and choose the Join option.
Enter the copied Room ID and choose Enter Room option.
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/NewFeature
) - Commit your Changes (
git commit -m 'Add some NewFeature'
) - Push to the Branch (
git push origin feature/NewFeature
) - Open a Pull Request
- HTML
- CSS
- JS
- WebRTC
- BootStrap