Browse Source

fix(docs): copy&paste error for setIsReplaced

release-8443
Paul Tiedtke 4 years ago
parent
commit
092f1e24cc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      JitsiParticipant.js

+ 1
- 1
JitsiParticipant.js View File

263
 
263
 
264
     /**
264
     /**
265
      * Sets whether participant is being replaced by another based on jwt.
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
     setIsReplaced(newIsReplaced) {
268
     setIsReplaced(newIsReplaced) {
269
         this._isReplaced = newIsReplaced;
269
         this._isReplaced = newIsReplaced;

Loading…
Cancel
Save