diff --git a/src/room/GroupCallView.tsx b/src/room/GroupCallView.tsx index 4098d0d..c8ddf96 100644 --- a/src/room/GroupCallView.tsx +++ b/src/room/GroupCallView.tsx @@ -150,6 +150,7 @@ export function GroupCallView({ const onHangup = async (ev: CustomEvent) => { leave(); await widget.api.transport.reply(ev.detail, {}); + widget.api.setAlwaysOnScreen(false); }; widget.lazyActions.once(ElementWidgetActions.HangupCall, onHangup); return () => {