Browse Source

Reverted timeout while adding videopeer to DOM as it caused issues in FF.

pull/206/head
Simon Eisenmann 10 years ago
parent
commit
9db5b0c674
  1. 4
      static/js/directives/audiovideo.js

4
static/js/directives/audiovideo.js

@ -191,9 +191,7 @@ define(['jquery', 'underscore', 'text!partials/audiovideo.html', 'text!partials/ @@ -191,9 +191,7 @@ define(['jquery', 'underscore', 'text!partials/audiovideo.html', 'text!partials/
});
};
scope.attachStream(stream);
$timeout(function() {
$($scope.remoteVideos).append(clonedElement);
});
$($scope.remoteVideos).append(clonedElement);
});
};

Loading…
Cancel
Save