Right now, we fire a `busy` event with the following error: ```js Pair code `${pairCode}` already in use ``` We should be able to connect to a small number of peers (à la https://github.com/feross/simple-peer#connecting-more-than-2-peers). We should also document it. Thoughts, @potch? <hr> Related projects: * https://github.com/haydenjameslee/networked-aframe — **[view demos](https://haydenlee.io/networked-aframe/)** * https://github.com/mikeal/roll-call — **[view demo](https://rollcall.audio/)** * https://github.com/mikeal/killa-beez * https://github.com/mikeal/cuban-linx/tree/master/lib * https://github.com/mikeal/signal-exchange * https://github.com/mikeal/bong-bong * https://github.com/mikeal/d-block/tree/master/lib * https://github.com/mafintosh/webrtc-swarm
Right now, we fire a
busyevent with the following error:We should be able to connect to a small number of peers (à la https://github.com/feross/simple-peer#connecting-more-than-2-peers). We should also document it.
Thoughts, @potch?
Related projects: