update calls list when websocket closes

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

View file

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