diff --git a/static/js/directives/audiovideo.js b/static/js/directives/audiovideo.js index 0b7bc4cc..3ba32abb 100644 --- a/static/js/directives/audiovideo.js +++ b/static/js/directives/audiovideo.js @@ -108,9 +108,8 @@ define(['jquery', 'underscore', 'text!partials/audiovideo.html', 'text!partials/ // Add created scope. if (stream === dummy) { subscope.dummy = true; - } else { - streams[id] = subscope; } + streams[id] = subscope; // Render template. peerTemplate(subscope, function(clonedElement, scope) {