@if (showExpanded()) {

{{ connectedVoiceChannelName() }}

Streams
{{ serverName() }} {{ connectedVoiceUsers().length }} in voice {{ liveShareCount() }} live {{ liveShareCount() === 1 ? 'stream' : 'streams' }}
@if (connectedVoiceUsers().length > 0) { } @if (isWidescreenMode() && widescreenShare()) {

{{ focusedShareTitle() }}

{{ widescreenShare()!.isLocal ? 'Local preview' : 'Focused stream' }}

@if (focusedAudioShare()) {
{{ focusedShareMuted() ? 'Muted' : focusedShareVolume() + '%' }}
}
}
@if (isWidescreenMode() && hasMultipleShares()) { }
@if (isWidescreenMode() && thumbnailShares().length > 0) {
Other live streams {{ 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 {

No live streams yet

Turn on your camera, click Screen Share below, or wait for someone in {{ connectedVoiceChannelName() }} to go live.

@if (connectedVoiceUsers().length > 0) {
@for (participant of connectedVoiceUsers().slice(0, 4); track trackUser($index, participant)) {
{{ participant.displayName }}
}
}
{{ connectedVoiceUsers().length }} participants ready
}
} @if (showMiniWindow()) {

{{ connectedVoiceChannelName() }}

{{ liveShareCount() }} live {{ liveShareCount() === 1 ? 'stream' : 'streams' }} ยท double-click to expand

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

Waiting for a live stream

}

{{ miniPreviewTitle() }}

Connected to {{ serverName() }}

} @if (showScreenShareQualityDialog()) { }