From 4ce24262524dcd1d8f6a21e99a5979da66237d5e Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 21 May 2024 03:06:33 +1200 Subject: [PATCH] fancy ui --- public/call.html | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/public/call.html b/public/call.html index b295b76..e9bf4d2 100644 --- a/public/call.html +++ b/public/call.html @@ -86,15 +86,31 @@
- - + + + +
@@ -420,8 +436,11 @@ // reload calls list await this.updateCallsList(); + // disconnect websocket + this.ws.close(); + } catch(e) { - alert("failed to hangup call"); + // ignore error hanging up call } },