foundersandcoders / Live-Peers

2 stars 2 forks source link

Private chat #31

Open jbesraa opened 7 years ago

jbesraa commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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