Open tkmn0 opened 4 years ago
thanks for this project, and this demo website!
Actually, I am using Signaling changed in your project. Can you share it so that only signaling can be changed in your demo?
Thank you for your comment and playing with my projects :)
Actually, I am using Signaling changed in your project. Can you share it so that only signaling can be changed in your demo?
I'm planning to change WebRTC Client and signaling way (greatly), because peers using socket.io and peers has room logic before connect webrtc. I will add example folder to this project (like, examples/p2p, examples/multiple).
Thanks :)
Currently, this project can only establish peer to peer connection. And, there are some question that how to establish multiple connection. #30 #29 #27 ...
So, I created peers to handle multiple connection(signaling) for WebRTC full-mesh topology (you can try multiple connection here).
I will add peers-ios example in this project. Then everyone can play with multiple connection, I think :)