Sfoglia il codice sorgente

fix: use correct jsdoc types for params and methods

dev1
Paul Tiedtke 3 anni fa
parent
commit
97deccaa02

+ 1
- 1
modules/statistics/CallStats.js Vedi File

@@ -343,7 +343,7 @@ export default class CallStats {
343 343
      * the <tt>userID</tt> aka endpoint ID, see CallStats docs for more info.
344 344
      * @param {string} options.userName the <tt>userName</tt> part of
345 345
      * the <tt>userID</tt> aka display name, see CallStats docs for more info.
346
-     * @param {String} options.configParams the set of parameters
346
+     * @param {object} options.configParams the set of parameters
347 347
      * to enable/disable certain features in the library. See CallStats docs for more info.
348 348
      *
349 349
      */

+ 0
- 1
modules/statistics/SpeakerStatsCollector.js Vedi File

@@ -141,7 +141,6 @@ export default class SpeakerStatsCollector {
141 141
      *
142 142
      * @returns {Object} The keys are the user ids and the values are the
143 143
      * associated user's SpeakerStats model.
144
-     * @private
145 144
      */
146 145
     getStats() {
147 146
         return this.stats.users;

Loading…
Annulla
Salva