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);