💡(frontend) document issue with the participant placeholder

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.
This commit is contained in:
lebaudantoine
2024-08-28 10:21:04 +02:00
committed by aleb_the_flash
parent 86641bd160
commit 888c66a218

View File

@@ -51,6 +51,7 @@ export const ParticipantPlaceholder = ({
fontSize: `${initialSize}px`,
}}
>
{/*fixme - participant doesn't update on ParticipantNameChanged event */}
<Avatar
name={participant.name}
bgColor={participantColor}