浏览代码

Adds some docs.

j8
damencho 9 年前
父节点
当前提交
522ca64bce
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      conference.js

+ 5
- 0
conference.js 查看文件

363
      * Its used by torture to check audio levels.
363
      * Its used by torture to check audio levels.
364
      */
364
      */
365
     audioLevelsMap: {},
365
     audioLevelsMap: {},
366
+    /**
367
+     * Returns the stored audio level (stored only if config.debug is enabled)
368
+     * @param id the id for the user audio level to return (the id value is
369
+     *          returned for the participant using getMyUserId() method)
370
+     */
366
     getPeerSSRCAudioLevel (id) {
371
     getPeerSSRCAudioLevel (id) {
367
         return this.audioLevelsMap[id];
372
         return this.audioLevelsMap[id];
368
     },
373
     },

正在加载...
取消
保存