damencho 9 лет назад
Родитель
Сommit
522ca64bce
1 измененных файлов: 5 добавлений и 0 удалений
  1. 5
    0
      conference.js

+ 5
- 0
conference.js Просмотреть файл

@@ -363,6 +363,11 @@ export default {
363 363
      * Its used by torture to check audio levels.
364 364
      */
365 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 371
     getPeerSSRCAudioLevel (id) {
367 372
         return this.audioLevelsMap[id];
368 373
     },

Загрузка…
Отмена
Сохранить