diff options
Diffstat (limited to 'source/client/user.ts')
-rw-r--r-- | source/client/user.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source/client/user.ts b/source/client/user.ts index 13b8545..bda875f 100644 --- a/source/client/user.ts +++ b/source/client/user.ts @@ -37,13 +37,6 @@ export abstract class User { t.addEventListener("unmute", () => { log("media", "track unmuted", t) }) - //@ts-ignore a - window.blub = t - // setTimeout(() => { - // console.log("ev"); - // t.dispatchEvent(new Event("ended")) - // // t.dispatchEvent(new MediaStreamTrackEvent("ended", { track: t, bubbles: false, cancelable: true, composed: false })) - // }, 5000) } setup_view() { |