diff --git a/src/room/GroupCallView.tsx b/src/room/GroupCallView.tsx index 93625a3b..9b65ac7b 100644 --- a/src/room/GroupCallView.tsx +++ b/src/room/GroupCallView.tsx @@ -194,10 +194,7 @@ export const GroupCallView: FC = ({ ): Promise => { defaultDeviceSetup(ev.detail.data as unknown as JoinCallData); enterRTCSession(rtcSession, perParticipantE2EE); - await Promise.all([ - widget!.api.setAlwaysOnScreen(true), - widget!.api.transport.reply(ev.detail, {}), - ]); + await widget!.api.transport.reply(ev.detail, {}); }; widget.lazyActions.on(ElementWidgetActions.JoinCall, onJoin); return () => {