Radium icon indicating copy to clipboard operation
Radium copied to clipboard

Support for multiple and private rooms

Open rnbguy opened this issue 4 years ago • 0 comments

Support for password-protected rooms and multiple rooms would be great. I feel the API can be built over chat commands.

Valid commands for admin

/create roomname [password]
/listrooms
/delete roomname [password]

Valid commands for any user

/switch roomname [password]

Can it be done by modifying only components/Chat.vue and io/index.js? Then I will look into it.

rnbguy avatar Dec 28 '20 13:12 rnbguy