@if (compact) { @if (hasAudioDevices()) {
@if (isMicrophoneEnabled) { }
} @else {
warning {{ 'PREJOIN.NO_AUDIO_DEVICE' | translate }}
} } @else {
@if (isMicrophoneEnabled) {
} @else { @if (hasAudioDevices()) {
mic_off {{ !hasAudioDevices() ? ('PREJOIN.NO_AUDIO_DEVICE' | translate) : 'Microphone disabled' }}
} @else {
warning {{ 'PREJOIN.NO_AUDIO_DEVICE' | translate }}
} }
} @for (microphone of microphones(); track microphone.device) { }