Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 402 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 402 Bytes

Video Calling App using WebRTC socketIO and express

Getting started

Starting the application

Start the application using Node:

# Install dependencies for server
npm install

# Run the server
node server

Basic Suggested Improvements

  • Adding Mute Button
  • Adding video toggle button
  • Enable Chat in room
  • Call End option
  • Redesign video grid