@if (showExpanded()) {

{{ connectedVoiceChannelName() }}

{{ 'voice.workspace.streams' | translate }}
{{ serverName() }} {{ 'voice.workspace.inVoice' | translate: { count: connectedVoiceUsers().length } }} {{ liveStreamCountLabel(liveShareCount()) }}
@if (connectedVoiceUsers().length > 0) { } @if (isWidescreenMode() && widescreenShare()) {

{{ focusedShareTitle() }}

{{ widescreenShare()!.isLocal ? ('voice.workspace.localPreview' | translate) : ('voice.workspace.focusedStream' | translate) }}

@if (focusedAudioShare()) {
{{ focusedShareMuted() ? ('common.muted' | translate) : focusedShareVolume() + '%' }}
}
}
@if (isWidescreenMode() && hasMultipleShares()) { }
@if (isWidescreenMode() && thumbnailShares().length > 0) {
{{ 'voice.workspace.otherLiveStreams' | translate }} {{ thumbnailShares().length }}
@for (share of thumbnailShares(); track trackShare($index, share)) {
}
}
@if (activeShares().length > 0) { @if (isWidescreenMode() && widescreenShare()) {
} @else {
@for (share of activeShares(); track trackShare($index, share)) {
}
} } @else {

{{ 'voice.workspace.noLiveStreams' | translate }}

{{ 'voice.workspace.noLiveStreamsDescription' | translate: { channel: connectedVoiceChannelName() } }}

@if (connectedVoiceUsers().length > 0) {
@for (participant of connectedVoiceUsers().slice(0, 4); track trackUser($index, participant)) {
{{ participant.displayName }}
}
}
{{ 'voice.workspace.participantsReady' | translate: { count: connectedVoiceUsers().length } }}
}
} @if (showMiniWindow()) {

{{ connectedVoiceChannelName() }}

{{ miniWindowStreamHint(liveShareCount()) }}

@if (miniPreviewShare()) { } @else {

{{ 'voice.workspace.waitingForStream' | translate }}

}

{{ miniPreviewTitle() }}

{{ 'voice.workspace.connectedTo' | translate: { server: serverName() } }}

} @if (showScreenShareQualityDialog()) { }