Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEERJS should include a GROUP option. #551

Open
Zibri opened this issue Jul 10, 2019 · 4 comments
Open

PEERJS should include a GROUP option. #551

Zibri opened this issue Jul 10, 2019 · 4 comments
Labels
client related to peerjs client feature suggestions for new features or enhancements
Milestone

Comments

@Zibri
Copy link

Zibri commented Jul 10, 2019

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.

@kidandcat
Copy link
Member

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

@Zibri
Copy link
Author

Zibri commented Jul 12, 2019

thanks! I missed that!

@afrokick afrokick added feature suggestions for new features or enhancements breaking change changes that break backward compatibility labels Aug 11, 2019
@yojona
Copy link

yojona commented Aug 31, 2020

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?

@lofcz
Copy link

lofcz commented Sep 16, 2020

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

@afrokick afrokick removed the breaking change changes that break backward compatibility label Feb 20, 2022
@afrokick afrokick added this to the 3.0.0 milestone Feb 20, 2022
@irgalamarr irgalamarr added the client related to peerjs client label Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client related to peerjs client feature suggestions for new features or enhancements
Projects
None yet
Development

No branches or pull requests

6 participants