Adds some docs.
This commit is contained in:
parent
8a65407d0c
commit
522ca64bce
|
@ -363,6 +363,11 @@ export default {
|
||||||
* Its used by torture to check audio levels.
|
* Its used by torture to check audio levels.
|
||||||
*/
|
*/
|
||||||
audioLevelsMap: {},
|
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) {
|
getPeerSSRCAudioLevel (id) {
|
||||||
return this.audioLevelsMap[id];
|
return this.audioLevelsMap[id];
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue