frontend: add toolbarRoomName binding to videoconference component

This commit is contained in:
Carlos Santos 2025-08-13 15:31:08 +02:00
parent 7caa78e345
commit 8b2bc8a7a1

View File

@ -6,6 +6,7 @@
[prejoinDisplayParticipantName]="false"
[videoEnabled]="features().videoEnabled"
[audioEnabled]="features().audioEnabled"
[toolbarRoomName]="roomName"
[toolbarCameraButton]="features().showCamera"
[toolbarMicrophoneButton]="features().showMicrophone"
[toolbarScreenshareButton]="features().showScreenShare"