Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 431 Bytes

plan.md

File metadata and controls

14 lines (13 loc) · 431 Bytes

Plan Of Action

  • Initialize our NodeJS Project
  • Initialize our first view
  • Create a Room ID
  • Add ability to view our own video
  • Add ability to allow New User to stream their video
    • Create sockets and emit
    • Join room and broadcast
    • New User Joins and video call answered
  • Add Styling
  • Add ability to create messages
  • Add mute button
  • Add Stop Video button