diff --git a/web/zebra-spaces.html b/web/zebra-spaces.html
index 25b065d..fdea041 100644
--- a/web/zebra-spaces.html
+++ b/web/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');