ianramzy/decentralized-video-chat

Video Freezes when I hit end call

veerareddyvishal144 opened this issue · 1 comments

When I hit on end call the video the caller video freezes and doesn't disappear immediately.

You mean the other participant still sees you for a few seconds before the video stops, right?

That is because for now we're not telling the other peer that the first peer has ended the call, the video stream simply stops.
The other peer then tries to reconnect for a bit and after that fails it ends the call as well.

Thanks for making us aware of that, we'll try and fix it soon :)