Hi,
I’ve been looking into direct communication between two browsers. WebRTC is a perfect fit for that, however, you need a STUN server to initiate the connection. Would it be possible to use the Solid POD to set up the connection? I would imagine something like:
- Send request from browser A to POD B, including the needed details for WebRTC.
- Browser B reads the request from POD B and sends the needed details for WebRTC to POD A.
- Once both browsers have all details, they set up the WebRTC connection.
I see that most implementation of WebRTC require to provide ICE/STUN servers to be provided in order to work, so I could not quickly test it using a POD. Anybody has any ideas about this?