Adds some docs.

pull/489/head 808
damencho 9 years ago
parent 8a65407d0c
commit 522ca64bce
  1. 5
      conference.js

@ -363,6 +363,11 @@ export default {
* Its used by torture to check audio levels.
*/
audioLevelsMap: {},
/**
* Returns the stored audio level (stored only if config.debug is enabled)
* @param id the id for the user audio level to return (the id value is
* returned for the participant using getMyUserId() method)
*/
getPeerSSRCAudioLevel (id) {
return this.audioLevelsMap[id];
},

Loading…
Cancel
Save