Browse Source

Make sure to start video after it was put back into remoteVideos container.

pull/26/head
Simon Eisenmann 11 years ago
parent
commit
93b9c9f088
  1. 1
      static/js/services/videolayout.js

1
static/js/services/videolayout.js

@ -227,6 +227,7 @@ define(["jquery", "underscore"], function($, _) { @@ -227,6 +227,7 @@ define(["jquery", "underscore"], function($, _) {
this.closed = true;
if (this.big) {
this.remoteVideos.append(this.big);
this.big.find("video").get(0).play();
}
this.big = null;
this.bigVideo.remove()

Loading…
Cancel
Save