Update src/app/features/call/CallView.tsx

Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
This commit is contained in:
Jaggar 2025-06-18 17:27:26 -05:00 committed by GitHub
parent c675131802
commit a2c8097c01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -140,7 +140,6 @@ export function CallView({ room }: { room: Room }) {
display: isCallViewVisible ? (isMobile && isChatOpen ? 'none' : 'flex') : 'none', display: isCallViewVisible ? (isMobile && isChatOpen ? 'none' : 'flex') : 'none',
}} }}
> >
<RoomViewHeader />
<div <div
ref={iframeHostRef} ref={iframeHostRef}
style={{ style={{