Skip to content

oscargonzalezdev/video-call-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn



WeTalk - Video Call Aplication

Video Call Web Application
View Demo · Report Bug · Support


Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Links

About The Project

Alt text

WeTalk is a video call web application based on WebRTC, this technology allows peer-to-peer communications in real-time using web browsers.

Built With

  • React for the frontend.
  • Express for the server side.
  • Socket.io for handling signals between server and client.
  • Chackra UI for UI styling.
  • JavaScript, HTML, CSS as a general stack to build web applications.

Getting Started

To get and run a local copy of this project follow the instructions below.

Installation

  1. Clone the repo
    git clone https://github.com/oscargonzalezdev/video-call-app.git
  2. Install NPM packages
    npm i socket.io-client simple-peer react-icons  @chakra-ui/react react-copy-to-clipboard
  3. Run the project locally
    npm start

Usage

How can I make a Video Call?

That is very easy. First, you need the Call ID of your friend. Then paste it in the corresponding input and click the video call icon and Voila!

Roadmap

  • Server-Side.
  • Client-Side.
  • Access component to get user name.
  • Options component handle Call IDs.
  • VideoPlayer component to render Video Stream.
  • Notifications component to notify incoming calls.
  • CallOptions component to control the availability of video and audio.
  • Chat component.
  • ShareScrren component.
  • Storage to allow user accounts.

See the open issues for a full list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

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

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact Author

www.oscargonzalez.dev | Twitter | LinkedIn

Links

(back to top)