diff --git a/src/room/GroupCallView.tsx b/src/room/GroupCallView.tsx index 36f3703..0ee6cfb 100644 --- a/src/room/GroupCallView.tsx +++ b/src/room/GroupCallView.tsx @@ -139,10 +139,10 @@ export function GroupCallView({ widget.api.setAlwaysOnScreen(false); } - if (!isEmbedded) { + if (!isPasswordlessUser && !isEmbedded) { history.push("/"); } - }, [leave, isEmbedded, history]); + }, [leave, isPasswordlessUser, isEmbedded, history]); useEffect(() => { if (widget && state === GroupCallState.Entered) {