Fix handling our own screen preview

master
Daniel Berteaud 11 years ago
parent 432340d858
commit 2cf278e25b
  1. 2
      public/js/vroom.js

@ -456,7 +456,7 @@ function initVroom(room) {
});
// Simple click put this preview in the mainVideo div
$(video).click(function() {
handlePreviewClick($(this), peer.id);
handlePreviewClick($(this), id);
});
// Now display the div
div.show(200);

Loading…
Cancel
Save