From c67513180219b0d76e3305bf4477f3cd2154d94e Mon Sep 17 00:00:00 2001 From: Jaggar <18173108+GigiaJ@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:26:57 -0500 Subject: [PATCH] Update src/app/features/call/CallView.tsx Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com> --- src/app/features/call/CallView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/features/call/CallView.tsx b/src/app/features/call/CallView.tsx index 72eaa09b..560fd5d0 100644 --- a/src/app/features/call/CallView.tsx +++ b/src/app/features/call/CallView.tsx @@ -32,7 +32,7 @@ type OriginalStyles = { border?: string; }; -export function CallView({ room, eventId }: { room: Room; eventId?: string }) { +export function CallView({ room }: { room: Room }) { const primaryIframeRef = useContext(PrimaryRefContext); const backupIframeRef = useContext(BackupRefContext); const iframeHostRef = useRef(null);