frontend: Add prejoinDisplayParticipantName binding to video room component

This commit is contained in:
Carlos Santos 2025-03-13 12:16:49 +01:00
parent 8b1f6c1351
commit 61f1efd021

View File

@ -4,6 +4,7 @@
[tokenError]="serverError"
[participantName]="participantName"
[prejoin]="featureFlags.showPrejoin"
[prejoinDisplayParticipantName]="false"
[videoEnabled]="featureFlags.videoEnabled"
[audioEnabled]="featureFlags.audioEnabled"
[toolbarCameraButton]="featureFlags.showCamera"