Bläddra i källkod

fix(caps): JitsiParticipant.getFeatures method

dev1
hristoterezov 8 år sedan
förälder
incheckning
17648f7a35
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      JitsiParticipant.js

+ 1
- 1
JitsiParticipant.js Visa fil

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
 }

Laddar…
Avbryt
Spara