Procházet zdrojové kódy

fix(docs): copy&paste error for setIsReplaced

release-8443
Paul Tiedtke před 4 roky
rodič
revize
092f1e24cc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      JitsiParticipant.js

+ 1
- 1
JitsiParticipant.js Zobrazit soubor

@@ -263,7 +263,7 @@ export default class JitsiParticipant {
263 263
 
264 264
     /**
265 265
      * Sets whether participant is being replaced by another based on jwt.
266
-     * @param {String} newIsReplacing - whether is being replaced.
266
+     * @param {boolean} newIsReplaced - whether is being replaced.
267 267
      */
268 268
     setIsReplaced(newIsReplaced) {
269 269
         this._isReplaced = newIsReplaced;

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