VideoHub is a powerful video meet application that allows users to seamlessly connect, collaborate, and communicate in real-time. Whether it's for business meetings, virtual classrooms, or catching up with friends and family, VideoHub provides a feature-rich environment to enhance your online interactions.
- React: Building user interfaces efficiently.
- Vite: A fast build tool for modern web development.
- Material UI: Design components that follow the Material Design guidelines.
- Redux Toolkit: State management for React applications.
- 100mslive/react-sdk: Integration for high-quality real-time video streaming.
- Create Video Meet: Host your own video meetings effortlessly.
- Join Meet: Easily join video meetings hosted by others.
- Send Messages: Instantly communicate with participants through text messages.
- Toggle Video/Audio State: Control your video and audio settings during the meeting.
- Participant List: View the list of participants in the meeting.
- Clone the repository:
git clone https://github.com/manishtmtmt/video-meet.git
- Navigate to the project directory:
cd video-meet
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and go to
http://localhost:5173
to access VideoHub.
- Author: Manish Tiwari
Feel free to explore, customize, and contribute to make VideoHub even better!