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. 2
      static/js/directives/audiovideo.js

2
static/js/directives/audiovideo.js

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

Loading…
Cancel
Save