ソースを参照

fix(caps): JitsiParticipant.getFeatures method

tags/v0.0.2
hristoterezov 8年前
コミット
17648f7a35
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
 }

読み込み中…
キャンセル
保存