/MeetStrangers

A video calling app which allows users to connect with other users as well as random strangers

Primary LanguageJavaScript

Meet Strangers

A basic Video Calling App implemented using WebRTC Protocol. The current version uses Google's STUN server. The chat capabilities are implemented using WebRTC data channel The purpose of building this project was to better understand the WebRTC Communication protocol and how to write a scalable WebRTC based application

Features Implemented

  • Video Chat between 2 clients via sharing Unique Meeting Code
  • Allows simultaneous text chat during the Video Call
  • Allows standalone text chats between 2 clients via Unique Meeting Code
  • Ability to share screen recording during Video Calls
  • Ability to record and download the ongoing Meeting along with Video Chats
  • Ability to have a video chat with random strangers if available ( based on no of users connected to the WebRTC server)

ScreenShots

  • Calling Dialog Box Incoming Call Screenshot

  • Incoming Call Dialog Box Incoming Call Dialog Box

  • In-call Screenshot In-call Screenshots

  • Allow users screensharing Screen Sharing