From 50e6e3ae093e7d35ef5596d5024079c9f5c950e5 Mon Sep 17 00:00:00 2001 From: KaustubhKumar05 Date: Fri, 8 Sep 2023 09:24:02 +0530 Subject: [PATCH] fix: remove degradation text --- .../src/Prebuilt/components/VideoTile.jsx | 30 +------------------ 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/packages/roomkit-react/src/Prebuilt/components/VideoTile.jsx b/packages/roomkit-react/src/Prebuilt/components/VideoTile.jsx index 8dec670c33..543fd73b30 100644 --- a/packages/roomkit-react/src/Prebuilt/components/VideoTile.jsx +++ b/packages/roomkit-react/src/Prebuilt/components/VideoTile.jsx @@ -12,13 +12,12 @@ import { useHMSStore, useHMSVanillaStore, } from '@100mslive/react-sdk'; -import { AlertTriangleSolidIcon, BrbTileIcon, HandIcon, MicOffIcon } from '@100mslive/react-icons'; +import { BrbTileIcon, HandIcon, MicOffIcon } from '@100mslive/react-icons'; import TileConnection from './Connection/TileConnection'; import TileMenu, { isSameTile } from './TileMenu/TileMenu'; import { Avatar } from '../../Avatar'; import { Box, Flex } from '../../Layout'; import { VideoTileStats } from '../../Stats'; -import { Text } from '../../Text'; import { keyframes } from '../../Theme'; import { Video } from '../../Video'; import { StyledVideoTile } from '../../VideoTile'; @@ -127,33 +126,6 @@ const Tile = ({ ) : null} - {isVideoDegraded ? ( - - - - {isLocal ? 'Your' : `${peerName}${peerName?.[-1]?.toLowerCase() === 's' ? "'" : "'s"}`} network is - unstable - - - ) : null} - {!hideAudioMuteOnTile ? ( isAudioMuted ? (