Adds some docs.

This commit is contained in:
damencho 2016-02-02 14:54:15 -06:00
parent 8a65407d0c
commit 522ca64bce
1 changed files with 5 additions and 0 deletions

View File

@ -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];
},