Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.51 KB

README.md

File metadata and controls

38 lines (33 loc) · 1.51 KB

chat-app-infosys-makeathon-16

Tasks:

  • ✓ Make the rooms using stomp
    • ✓ Implement STOMP in signaling server.
    • ✓ Use SockJS to connect with server in chat app
    • ✓ Implement dynamic rooms in front end.
  • Mic, Camera and end call Control

TODO:

  • Use STOMP instead of WebSocket so that we can create rooms.
  • Handle multiple users using those rooms.
  • Handle mic and camera controls.
  • Style Page.
  • Create the stun server.
  • Use the above stun server.
  • Add language selection functionality to web page(maybe use auto location also).
  • Send language details to stun server.
  • Connect the conversion functionality to stun server.

References: