wt: use cdn relay defaults and native setup before overrides

This commit is contained in:
every.channel 2026-02-21 01:34:51 -08:00
parent 0c76f33333
commit 5bce56ee79
No known key found for this signature in database
5 changed files with 20 additions and 10 deletions

View file

@ -3,7 +3,7 @@
// This uses the upstream hang web component (WebTransport + WebCodecs).
// It is intentionally dependency-light: no framework, no bundler.
const DEFAULT_RELAY_URL = "https://interop-relay.cloudflare.mediaoverquic.com/";
const DEFAULT_RELAY_URL = "https://cdn.moq.dev/anon";
const HANG_WATCH_MODULE_URL = "https://esm.sh/@kixelated/hang@0.7.0/watch/element.js";
let hangWatchModulePromise = null;