peerjs-groups
peerjs-groups copied to clipboard
if admin is disconnected then the room is useless
how to handle the way if an admin decided to disconnect! is there a way to make the users keep chatting without the need for an administrator if not then the admin must be connected all the time?
I've not used the library for a while but if I recall correctly then if the "admin" (first user) disconnects then the remaining existing users should be able to continue to communicate but new users won't be able to connect anymore. I never got around to adding the extra complexity to the protocol that's needed to solve that problem. I didn't expect this repository would ever get any attention but thank you for your interest and maybe I'll make an effort to address this issue sometime soon.