Zibbp / Radium

Synced stream and video playback with VOD capabilities utilizing HLS. Developed for movie nights but has many use cases.
https://github.com/Zibbp/Radium
MIT License
191 stars 29 forks source link

Support for multiple and private rooms #37

Open rnbguy opened 3 years ago

rnbguy commented 3 years ago

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.