- Framework
- NextJS - Server side rendering web framework
- API
- RTCPeerConnection - WebRTC API
- UI
- Sweetalert - For application status display
- MUImaterial - For Draggable speed dial
|-- webrtc | WebRTC web engine implmentation
|-- datachannel | WebRTC data channel module
|-- gui | GUI (audio and video element) manipulation
|-- models | Data model
|-- signaling | websocket signaling adapter
|-- utils | Other utilities module
| webrtc.ts | WebRTC class wrap around RTCPeerConnection
| app.ts | Application object wrap around all modules