@if (showMeeting) { @if (features().canModerateRoom) {
@if (remoteParticipants.length === 0) { } } @if (features().canModerateRoom) {
@if (participant.isLocal) { shield_person } @else { @if (participant.isModerator()) { shield_person }
@if (!participant.isModerator()) { }
}
} @else {
@if (participant.isModerator()) { shield_person }
}
} @else {
video_chat

{{ roomName }}

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 (features().canModerateRoom) { } @if (showBackButton) {
}
}