Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.59 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.59 KB

VideoCall

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.

Steps to start server

1. Clone repository

git clone https://github.com/RitabrataDas343/VideoCall.git

2. Create room

Open index.html in a browser and choose the Create option.

Copy the Room ID.

3. Join room

Open index.html in a browser and choose the Join option.

Enter the copied Room ID and choose Enter Room option.

Contributing

Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/NewFeature)
  3. Commit your Changes (git commit -m 'Add some NewFeature')
  4. Push to the Branch (git push origin feature/NewFeature)
  5. Open a Pull Request

Author

Tech Stacks / Tools used

  • HTML
  • CSS
  • JS
  • WebRTC
  • BootStrap