diff --git a/zebra-report/zebra-spaces.html b/zebra-report/zebra-spaces.html
index 89fb3b5..2205689 100644
--- a/zebra-report/zebra-spaces.html
+++ b/zebra-report/zebra-spaces.html
@@ -5077,6 +5077,15 @@ async function connectToPeer(uuid, weOffer){
for (const tr of micStream.getTracks()){ tagTrack(tr); pc.addTrack(tr, micStream); }
setSenderBitrate(pc.getSenders().find(s=>s.track && s.track.kind==='audio'));
pc.ontrack = (ev) => {
+ /* Tear down the SFU worklet path for this uuid before mesh's
+ *