@if (compact) {
@if (hasVideoDevices()) {
@if (isCameraEnabled) {
}
} @else {
warning
{{ 'PREJOIN.NO_VIDEO_DEVICE' | translate }}
}
} @else {
@if (isCameraEnabled) {
} @else {
@if (hasVideoDevices()) {
} @else {
warning
{{ 'PREJOIN.NO_VIDEO_DEVICE' | translate }}
}
}
}