From 888c66a218b988e9837a18688762a3f146153190 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Wed, 28 Aug 2024 10:21:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1(frontend)=20document=20issue=20wit?= =?UTF-8?q?h=20the=20participant=20placeholder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It explains why participant initials doesn't update when a participant changes its name. Similar issue as the one faced while developing on the participant list. It needs to be fixed at the root, in the LiveKit repo. --- .../features/rooms/livekit/components/ParticipantPlaceholder.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/src/features/rooms/livekit/components/ParticipantPlaceholder.tsx b/src/frontend/src/features/rooms/livekit/components/ParticipantPlaceholder.tsx index e8ffaa37..65dfe7a7 100644 --- a/src/frontend/src/features/rooms/livekit/components/ParticipantPlaceholder.tsx +++ b/src/frontend/src/features/rooms/livekit/components/ParticipantPlaceholder.tsx @@ -51,6 +51,7 @@ export const ParticipantPlaceholder = ({ fontSize: `${initialSize}px`, }} > + {/*fixme - participant doesn't update on ParticipantNameChanged event */}