Webrtc-proxy

Peer to peer battery included WebRTC client for browser build on nextjs

Dependencies

Repository structure

|-- 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