Prints audio levels in debug mode.

pull/492/head 824
damencho 9 years ago
parent e688a5cb9f
commit bd16b9e346
  1. 3
      conference.js

@ -639,7 +639,10 @@ export default {
}
if(config.debug)
{
this.audioLevelsMap[id] = lvl;
console.log("AudioLevel:" + id + "/" + lvl);
}
APP.UI.setAudioLevel(id, lvl);
});

Loading…
Cancel
Save