+
+
+ Debug Console
+ @if (activeTab() === 'logs') {
+ {{ visibleCount() }} visible
+ } @else {
+ {{ networkSummary().clientCount }} clients · {{ networkSummary().peerConnectionCount }} links
+ }
+
+
+ {{
+ activeTab() === 'logs'
+ ? 'Search logs, filter by level or source, and inspect timestamps inline.'
+ : 'Visualize signaling, peer links, typing, speaking, streaming, and grouped traffic directly from captured debug data.'
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Traffic is grouped by edge and message type to keep signaling, voice-state, and screen-state chatter readable.
+
+
+ {{ networkSummary().typingCount }} typing
+ {{ networkSummary().speakingCount }} speaking
+ {{ networkSummary().streamingCount }} streaming
+ {{ networkSummary().membershipCount }} memberships
+
+