WebDevSimplified / Zoom-Clone-With-WebRTC

1.52k stars 865 forks source link

Video getting stuck after the other user leaves the room #14

Closed shrey1608 closed 4 years ago

shrey1608 commented 4 years ago

when the user leaves the room the video gets stuck and doesn't clear out after some time.

micaiah-effiong commented 4 years ago

You need to close the connection of the user that just left...

Hope this helps... Waiting to get your feedback

akkhilaysh commented 4 years ago

Take a look at my recently opened Pull Request #25. It offers a solution to this issue.