Don't check if MoH is needed when the video being removed is our local screen

master
Daniel Berteaud 11 years ago
parent 3dd1028de7
commit 767e59a9f3
  1. 4
      public/js/vroom.js

@ -1096,7 +1096,9 @@ function initVroom(room) {
}, 500);
mainVid = false;
}
checkMoh();
if (id != 'local'){
checkMoh();
}
});
// Error sending something through dataChannel

Loading…
Cancel
Save