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. 2
      public/js/vroom.js

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

Loading…
Cancel
Save