From a0ccdb052f380f1210dc4a56482b475beca3612b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B0=D0=BB=D0=B8=D0=BC=D0=BE=D0=B2=20=D0=A0=D1=83?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D0=BC?= Date: Wed, 11 Mar 2026 01:25:19 +0300 Subject: [PATCH] fix --- apps/web/src/components/CallModal.tsx | 238 +++++++++++++------------- 1 file changed, 117 insertions(+), 121 deletions(-) diff --git a/apps/web/src/components/CallModal.tsx b/apps/web/src/components/CallModal.tsx index 032a8bd..ae5ad9e 100644 --- a/apps/web/src/components/CallModal.tsx +++ b/apps/web/src/components/CallModal.tsx @@ -1535,141 +1535,137 @@ export default function CallModal({ isOpen, onClose, targetUser, callType: initi )} - {/* === Video layout (connected, has video) === */} - {showVideoArea ? ( -
-
- {/* Unified Remote video — always rendered if area is shown to keep stream alive & prevent ref-swapping issues */} -