Selaa lähdekoodia

Adds some docs.

j8
damencho 9 vuotta sitten
vanhempi
commit
522ca64bce
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5
    0
      conference.js

+ 5
- 0
conference.js Näytä tiedosto

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

Loading…
Peruuta
Tallenna