This commit is contained in:
Thomas Forgione 2020-10-04 16:37:47 +02:00
parent 27d19bf76d
commit 55fc0437a4
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@
}, 50); }, 50);
} }
} }
app.ports.registerVideo.subscribe(function(args) {
setup(args);
});
</script> </script>
</body> </body>
</html> </html>