{{ 'shared.debugConsole.title' | translate }} @if (activeTab() === 'logs') { {{ 'shared.debugConsole.visibleCount' | translate: { count: visibleCount() } }} } @else { {{ 'shared.debugConsole.networkSummary' | translate: { clients: networkSummary().clientCount, links: networkSummary().peerConnectionCount } }} }

{{ activeTab() === 'logs' ? ('shared.debugConsole.logsDescription' | translate) : ('shared.debugConsole.networkDescription' | translate) }}

@if (exportMenuOpen()) {
@if (activeTab() === 'logs') {

{{ 'shared.debugConsole.logsSection' | translate }}

} @else {

{{ 'shared.debugConsole.networkSection' | translate }}

}
}
@for (tab of tabs; track tab) { }
@if (activeTab() === 'logs') {
{{ 'shared.debugConsole.levelsLabel' | translate }}
@for (level of levels; track level) { }
} @else {

{{ 'shared.debugConsole.networkTrafficHint' | translate }}

{{ 'shared.debugConsole.networkBadges.typing' | translate: { count: networkSummary().typingCount } }} {{ 'shared.debugConsole.networkBadges.speaking' | translate: { count: networkSummary().speakingCount } }} {{ 'shared.debugConsole.networkBadges.streaming' | translate: { count: networkSummary().streamingCount } }} {{ 'shared.debugConsole.networkBadges.memberships' | translate: { count: networkSummary().membershipCount } }}
}