@if (isFullscreen()) {

{{ displayName() }}

{{ streamBadgeLabel() }}

{{ fullscreenDescription() }}

@if (canControlStreamAudio()) {
{{ volumeLabel() }}
} @if (isMobile() && item().kind === 'screen') { }
} @if (immersive() && item().kind === 'screen' && !isFullscreen()) {
@if (canControlStreamAudio()) {
{{ volumeLabel() }}
} @else {
{{ 'voice.streamTile.noScreenAudio' | translate }}
} @if (isMobile()) { }
} @if (mini()) {

{{ displayName() }}

{{ streamBadgeLabel() }}

} @else if (!immersive()) {

{{ displayName() }}

{{ streamBadgeLabel() }}

@if (!item().isLocal && item().hasAudio) { }
@if (item().isLocal) { @if (!compact()) {
{{ localPreviewDescription() }}
} } @else if (item().hasAudio) { @if (compact()) {
{{ compactAudioLabel() }}
} @else {
{{ 'voice.streamTile.streamAudio' | translate }} {{ muted() ? ('common.muted' | translate) : volume() + '%' }}
} }
}