From d270756443740877a7d1ecc77d7fee5d26ca319b Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Fri, 12 May 2023 16:25:24 +0100 Subject: [PATCH] Useful to be able to hang up rather than close the window. --- src/room/InCallView.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index 198edb2..6303547 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -419,7 +419,9 @@ export function InCallView({ } } - buttons.push(); + buttons.push( + + ); footer =
{buttons}
; }