From 060fa5ab3f264706294c8d325131a144474d6638 Mon Sep 17 00:00:00 2001 From: EKR Date: Tue, 31 Jan 2012 16:36:27 -0800 Subject: [PATCH] Commit --- static/static/js/demo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/static/js/demo.js b/static/static/js/demo.js index 35f86c3..e450596 100644 --- a/static/static/js/demo.js +++ b/static/static/js/demo.js @@ -139,7 +139,7 @@ var CallingClient = function(config_, username, peer, video_, ready_cb) { // Set video if (video) { video.remote.style.opacity = 1; - video.remote.src = webkitURL.createObjectURL(ev.stream); + video.remote.src = webkitURL.createObjectURL(localstream); }; };