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

Private chat #31

Open
jbesraa opened this issue Feb 20, 2017 · 3 comments
Open

Private chat #31

jbesraa opened this issue Feb 20, 2017 · 3 comments

Comments

@jbesraa
Copy link
Contributor

jbesraa commented Feb 20, 2017

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

@njsfield
Copy link
Collaborator

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)

@peterw8102
Copy link

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.

@njsfield
Copy link
Collaborator

This is possible, and for now will be added as a future sprint goal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants