A Real Time Video and Chat Application which enables users to have realtime video and text chat through your browser. Its built using the native webrtc javascript Api and socket.io for websockets.
- React.js
- Redux
- Express.js
- websockets
- Webrtc
- Postgres
- Google oAuth
- user sign up and login with Google.
- users can create a new meeting.
- other users can join the meeting using the roomId.
- Many to Many connection webrtc connection between users in the room.
- Users can exchange text messages in chat section.
- Both registered and unregistered users can join meetings.