P2PSP / Virtual-Room

A virtual room where friends share videos among them in real time directly over the web browser, with synchronized playback and a video chat at the same time.
GNU General Public License v3.0
34 stars 25 forks source link

Control peer exit #16

Closed josmangarsal closed 7 years ago

josmangarsal commented 7 years ago

When a peer close the browser or left the room the rest of the team should be notified in order to remove it from their lists.

cristobalmedinalopez commented 7 years ago

Currently it is detected when is not possible to send a message via datachannel. A polite way to say goodbye would be a good idea (especially when we finished to send chunks).

cristobalmedinalopez commented 7 years ago

Fixed #17