-
Notifications
You must be signed in to change notification settings - Fork 2
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
Private chat #31
Comments
Ah yeah, definitely a good feature, though should be a stretch goal I think. If two clients communicate to each other alone via WebRTC, it should be fairly straightforward to implement a feature for them to initiate chat via websockets too (down the line, perhaps the moderators popout window could include a chat box) |
You already have a comms system that allows you to send a message directly from end point A to end point B. You just need a separate 'private_chat' applet that uses your comms infrastructure. Should be pretty simple with a modular design. |
This is possible, and for now will be added as a future sprint goal |
I cant remeber if we talked about this feature.
what do you think about adding it to our stretch goals?
Private chat= two users talking privatly
The text was updated successfully, but these errors were encountered: