This project is a video-calling app. It allows users to participate in group video calls, mute their audio, engage in live chatting, and mute their video.
- Group video calling
- Audio muting
- Live chatting
- Video muting
To install and run this project locally, follow these steps:
- Clone this git repository.
- Open a terminal and navigate to the project directory.
- Run the command
npm install
to install the required dependencies. - Run the command
npm start
to start the application.
After installing the project, you can use it by following these steps:
- Open a web browser and navigate to the application's URL.
- Sign up or log in to your account.
- Create or join a video call.
- Use the provided controls to manage your audio and video settings.
- Engage in live chat with other participants.
Contributions are welcome! If you would like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive messages.
- Push your changes to your forked repository.
- Submit a pull request to the main repository.