A fully functional clone of Google Meet built with WebRTC, Socket.io, and PeerJS. This application allows real-time video and audio conferencing with a beautiful and responsive interface.
- Real-Time Video & Audio Conferencing: Seamless communication with high-quality video and audio.
- Responsive Design: Optimized for both desktop and mobile devices.
- Frontend: React, Next.js, Tailwind CSS
- Real-Time Communication:
- WebRTC: Enables peer-to-peer communication for video and audio.
- Socket.io: Facilitates real-time bi-directional communication.
- PeerJS: Simplifies WebRTC peer-to-peer data and media streaming.
*Home Page*
*Video Call Interface*
Clone the repository:
git clone https://github.com/Navidreza80/GoogleMeetClone.git
cd GoogleMeetClone
npm install
npm run dev