peerjs icon indicating copy to clipboard operation
peerjs copied to clipboard

PEERJS should include a GROUP option.

Open Zibri opened this issue 5 years ago • 4 comments

Example: peer = new Peer({group: "test"});

on other pc peer = new Peer({group: "test"});

and then be able to send a message to all group. groups could be random or specified in the new peer.

Zibri avatar Jul 10 '19 16:07 Zibri

Have a look at the v2 branch https://github.com/peers/peerjs/tree/v2.0.0 We are experimenting with a new API, if it looks promising, it may be the new PeerJS

kidandcat avatar Jul 11 '19 08:07 kidandcat

thanks! I missed that!

Zibri avatar Jul 12 '19 09:07 Zibri

Have a look at the v2 branch https://github.com/peers/peerjs/tree/v2.0.0 We are experimenting with a new API, if it looks promising, it may be the new PeerJS

The latest commit was 14 months ago, is V2 abandoned?

yojona avatar Aug 31 '20 04:08 yojona

I'd like to know if there are any plans on V2 too.

lofcz avatar Sep 16 '20 00:09 lofcz