diff --git a/client/src/pages/room/[slug].jsx b/client/src/pages/room/[slug].jsx
index 0e342c3..ca2ecf8 100644
--- a/client/src/pages/room/[slug].jsx
+++ b/client/src/pages/room/[slug].jsx
@@ -210,17 +210,6 @@ const RoomPage = () => {
height={300}
width={500}
/>
-
-
-
-
-
}
{
@@ -238,6 +227,20 @@ const RoomPage = () => {
}
+ {myStream &&
+ (
+
+
+
+
+
+ )}
)
}