diff --git a/ui/src/components/WebRTCVideo.tsx b/ui/src/components/WebRTCVideo.tsx index 65d39971..1ce25fe2 100644 --- a/ui/src/components/WebRTCVideo.tsx +++ b/ui/src/components/WebRTCVideo.tsx @@ -538,7 +538,7 @@ export default function WebRTCVideo({ hasConnectionIssues }: { hasConnectionIssu }, )} /> - {peerConnection?.connectionState == "connected" && ( + {peerConnection?.connectionState == "connected" && !hasConnectionIssues && (