Procházet zdrojové kódy

fix(chore) typos and jsdoc

dev1
Jorge Oliveira před 2 roky
rodič
revize
669dbcbbbc

+ 1
- 1
modules/RTC/TraceablePeerConnection.js Zobrazit soubor

3110
 
3110
 
3111
 /**
3111
 /**
3112
  * Track the SSRCs seen so far.
3112
  * Track the SSRCs seen so far.
3113
- * @param {int} ssrc - SSRC.
3113
+ * @param {number} ssrc - SSRC.
3114
  * @return {boolean} - Whether this is a new SSRC.
3114
  * @return {boolean} - Whether this is a new SSRC.
3115
  */
3115
  */
3116
 TraceablePeerConnection.prototype.addRemoteSsrc = function(ssrc) {
3116
 TraceablePeerConnection.prototype.addRemoteSsrc = function(ssrc) {

+ 1
- 1
modules/statistics/SpeakerStats.js Zobrazit soubor

86
     /**
86
     /**
87
      * Returns true if the tracked user is currently a dominant speaker.
87
      * Returns true if the tracked user is currently a dominant speaker.
88
      *
88
      *
89
-     * @param {boolean} - If true, the user will being accumulating time
89
+     * @param {boolean} isNowDominantSpeaker - If true, the user will be accumulating time
90
      * as dominant speaker. If false, the user will not accumulate time
90
      * as dominant speaker. If false, the user will not accumulate time
91
      * and will record any time accumulated since starting as dominant speaker.
91
      * and will record any time accumulated since starting as dominant speaker.
92
      * @param {boolean} silence - Indecates whether the dominant speaker is silent or not.
92
      * @param {boolean} silence - Indecates whether the dominant speaker is silent or not.

+ 1
- 1
modules/xmpp/RoomMetadata.ts Zobrazit soubor

39
     /**
39
     /**
40
      * Sets metadata for the given key.
40
      * Sets metadata for the given key.
41
      *
41
      *
42
-     * @param {string} key - key under which the  metadata will be stored.
42
+     * @param {string} key - key under which the metadata will be stored.
43
      * @param {object} data - data to be stored.
43
      * @param {object} data - data to be stored.
44
      */
44
      */
45
     setMetadata(key, data) {
45
     setMetadata(key, data) {

Načítá se…
Zrušit
Uložit