This project is a really cool demonstration of what is possible with WebRTC!
For one of my current projects this might actually be usefull, but I need to connect different devices, so I require the Public Hub which seems to be a stub right now.
Would it be enough to implement a simple messaging system (we have a maximum of a dozen concurrent users) that behaves like the Private Hub? We already have implemented something simmilar in a previous iteration of our project, back then we manually did all the WebRTC things. This local-network-like abstraction would save us a lot of work.
This project is a really cool demonstration of what is possible with WebRTC!
For one of my current projects this might actually be usefull, but I need to connect different devices, so I require the Public Hub which seems to be a stub right now.
Would it be enough to implement a simple messaging system (we have a maximum of a dozen concurrent users) that behaves like the Private Hub? We already have implemented something simmilar in a previous iteration of our project, back then we manually did all the WebRTC things. This local-network-like abstraction would save us a lot of work.