mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2024-11-17 07:39:21 +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;
|
||||
case "disconnected":
|
||||
// First possibility: we disconnected from the peer
|
||||
if (VideoChat.socket.connect().connected === false) {
|
||||
if (VideoChat.socket.connected === false) {
|
||||
location.reload();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user