summaryrefslogtreecommitdiff
path: root/js/app
diff options
context:
space:
mode:
Diffstat (limited to 'js/app')
-rw-r--r--js/app/live-video-test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app/live-video-test.js b/js/app/live-video-test.js
index 987d09e..e4a3e73 100644
--- a/js/app/live-video-test.js
+++ b/js/app/live-video-test.js
@@ -36,7 +36,7 @@ Janus.init({callback: function() {
}
},
onremotestream: function(stream) {
- Janus.attachMediaStream(document.getElementById('live-video'), stream);
+ Janus.attachMediaStream(document.getElementById('live-video-test'), stream);
},
});
},