瀏覽代碼

Merge pull request #334 from jitsi/caps

fix(caps): JitsiParticipant.getFeatures method
tags/v0.0.2
Дамян Минков 8 年之前
父節點
當前提交
fdb7938707
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      JitsiParticipant.js

+ 1
- 1
JitsiParticipant.js 查看文件

264
      * @returns {Promise<Set<String>, Error>}
264
      * @returns {Promise<Set<String>, Error>}
265
      */
265
      */
266
     getFeatures(timeout = 5000) {
266
     getFeatures(timeout = 5000) {
267
-        return this.conference.xmpp.caps.getFeatures(this._jid, timeout);
267
+        return this._conference.xmpp.caps.getFeatures(this._jid, timeout);
268
     }
268
     }
269
 }
269
 }

Loading…
取消
儲存