From 02f301f6a81d6781b5a5eda04bc5f6d1736a9a96 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Tue, 2 Jun 2026 12:46:43 -0400 Subject: [PATCH] =?UTF-8?q?zebra-report:=20log=20ontrack=20with=20state=20?= =?UTF-8?q?=E2=80=94=20diagnostic=20mirror?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zebra-report/zebra-spaces.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zebra-report/zebra-spaces.html b/zebra-report/zebra-spaces.html index 25b065d..fdea041 100644 --- a/zebra-report/zebra-spaces.html +++ b/zebra-report/zebra-spaces.html @@ -2150,6 +2150,10 @@ async function sfuSubscribe(){ } } catch(_){} } + if (kind === 'screen' || kind === 'camera' || kind === 'game'){ + logLine('', 'sfu ontrack: kind=' + kind + ' pub=' + shortHex(pubHex) + + ' track=' + ev.track.kind + ' mute=' + ev.track.muted + ' state=' + ev.track.readyState); + } if (kind === 'screen'){ screenStreams.set(pubHex, ev.streams[0]); renderScreenTile(pubHex, ev.streams[0]); @@ -3505,8 +3509,8 @@ logLine('', 'ready โ€” pick a handle, type a rendezvous code, enter the space');