From 3b354dee1e1232fb9f7c331f1c25bd9dc65ab3bd Mon Sep 17 00:00:00 2001 From: Braian Mellor Date: Thu, 21 Dec 2023 11:23:02 -0300 Subject: [PATCH] fix: hide RightPanel (#17) --- .../VideoConference/VideoConference/VideoConference.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/VideoConference/VideoConference/VideoConference.tsx b/src/components/VideoConference/VideoConference/VideoConference.tsx index 6591a6d..ff2a30f 100644 --- a/src/components/VideoConference/VideoConference/VideoConference.tsx +++ b/src/components/VideoConference/VideoConference/VideoConference.tsx @@ -17,7 +17,7 @@ import { RoomEvent, Track } from 'livekit-client' import { useCreateLayoutContext } from '../../../hooks/useLayoutContext' import { ControlBar } from '../ControlBar' import ParticipantTile from '../ParticipantTile' -import RightPanel from '../RightPanel' +/* import RightPanel from '../RightPanel' */ import type { VideoConferenceProps } from './VideoConference.types' import styles from './VideoConference.module.css' @@ -81,7 +81,7 @@ export function VideoConference(props: VideoConferenceProps) { - + {/* */} ) : (