@if (!showRoom) {
video_chat

{{ roomId }}

Choose how you want to proceed

meeting_room
Join Meeting Enter the room and start connecting
Your display name person @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 }
@if (showRecordingCard) { video_library
View Recordings Browse and manage past recordings

Access previously recorded meetings from this room. You can watch, download, or manage existing recordings.

}
@if (showBackButton) {
}
} @else { @if (features().canModerateRoom) {
@if (!participant.isLocal) { }
}
}