@if (isMobile()) { } @else { }

Private Call

@if (session()) { {{ participantUsers().length }} participants } @else { Call not found }

@if (session()) {
@if (isMobile()) { }
}
@if (session()) {
@if (activeShares().length > 0) { @if (focusedShare()) { @if (hasMultipleShares()) {
} } @else if (hasMultipleShares()) {
@for (share of activeShares(); track share.id) {
}
} } @else {
@for (user of participantUsers(); track trackUserKey($index, user)) { }
}
@if (activeShares().length > 0) {
@for (user of participantUsers(); track trackUserKey($index, user)) { } @if (hasMultipleShares()) { @for (share of focusedShare() ? thumbnailShares() : activeShares(); track share.id) {
{{ streamLabel(share) }}
} }
}
} @else {
No active call for this route.
}
@if (showScreenShareQualityDialog()) { }