From c7a15492999892def657c31b6f33002b4cb7b221 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 21 May 2024 00:40:55 +1200 Subject: [PATCH] update calls list when websocket closes --- public/call.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/call.html b/public/call.html index c93210b..b72dd5a 100644 --- a/public/call.html +++ b/public/call.html @@ -339,6 +339,7 @@ this.ws.addEventListener('close', () => { this.isWebsocketConnected = false; this.leaveCall(); + this.updateCallsList(); }); this.ws.addEventListener('error', (error) => {