diff --git a/apps/web/app.js b/apps/web/app.js index 6beee3f..fe3b004 100644 --- a/apps/web/app.js +++ b/apps/web/app.js @@ -127,7 +127,6 @@ function mountPlayer(relayUrl, name) { const watch = document.createElement("moq-watch"); watch.setAttribute("url", relayUrl); watch.setAttribute("path", name); - watch.setAttribute("reload", ""); // A canvas enables video rendering. Without it, only audio is played. const canvas = document.createElement("canvas");