mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2025-02-23 00:15:04 +08:00
Merge branch 'fixes' of https://github.com/questo-ai/decentralized-video-chat into fixes
This commit is contained in:
commit
cbb65c7005
@ -203,7 +203,7 @@ var VideoChat = {
|
|||||||
break;
|
break;
|
||||||
case "disconnected":
|
case "disconnected":
|
||||||
// First possibility: we disconnected from the peer
|
// First possibility: we disconnected from the peer
|
||||||
if (VideoChat.socket.connect().connected === false) {
|
if (VideoChat.socket.connected === false) {
|
||||||
location.reload();
|
location.reload();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user