diff --git a/index.html b/index.html index 8af7095..2b3cccd 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,10 @@ }, 50); } } + + app.ports.registerVideo.subscribe(function(args) { + setup(args); + });