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

The synchronized pause/play works properly from invited peers but not from sender #7

Closed cristobalmedinalopez closed 7 years ago

cristobalmedinalopez commented 7 years ago

When you press the pause/play button from the invited peers (peers joined to an existing room) it works properly taking effect in the whole team. However, when you press pause/play button from the sender peer (the room creator) it doesn't take effect in the rest of the team.

jainamritanshu commented 7 years ago

Hi @cristobalmedinalopez I have created a pull request in reference to this issue

cristobalmedinalopez commented 7 years ago

Fixed in #9 Thanks!