diff --git a/frontend/projects/shared-meet-components/src/lib/pages/video-room/video-room.component.html b/frontend/projects/shared-meet-components/src/lib/pages/video-room/video-room.component.html index 46510ed..7297a84 100644 --- a/frontend/projects/shared-meet-components/src/lib/pages/video-room/video-room.component.html +++ b/frontend/projects/shared-meet-components/src/lib/pages/video-room/video-room.component.html @@ -1,41 +1,52 @@ @if (!showRoom) {
- -

What is your name?

-
- - Name - - @if (participantForm.get('name')?.hasError('minlength')) { - The name must be at least 4 characters - } - @if (participantForm.get('name')?.hasError('required')) { - The name is required - } - @if (participantForm.get('name')?.hasError('participantExists')) { - - The name is already taken. Please choose another name - - } - +
+ +

+ Access room {{ roomId }} +

+ + + Name + + @if (participantForm.get('name')?.hasError('minlength')) { + The name must be at least 4 characters + } + @if (participantForm.get('name')?.hasError('required')) { + The name is required + } + @if (participantForm.get('name')?.hasError('participantExists')) { + + The name is already taken. Please choose another name + + } + - - -
+ + + + + +
+

View recordings

+ +
+
+
} @else {