瀏覽代碼

fix(docs): copy&paste error for setIsReplaced

dev1
Paul Tiedtke 4 年之前
父節點
當前提交
092f1e24cc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      JitsiParticipant.js

+ 1
- 1
JitsiParticipant.js 查看文件

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…
取消
儲存