update calls list when websocket closes

This commit is contained in:
liamcottle
2024-05-21 00:40:55 +12:00
parent 7628ee2ce1
commit c7a1549299

View File

@@ -339,6 +339,7 @@
this.ws.addEventListener('close', () => {
this.isWebsocketConnected = false;
this.leaveCall();
this.updateCallsList();
});
this.ws.addEventListener('error', (error) => {