Sfoglia il codice sorgente

fix(caps): JitsiParticipant.getFeatures method

dev1
hristoterezov 8 anni fa
parent
commit
17648f7a35
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      JitsiParticipant.js

+ 1
- 1
JitsiParticipant.js Vedi File

@@ -264,6 +264,6 @@ export default class JitsiParticipant {
264 264
      * @returns {Promise<Set<String>, Error>}
265 265
      */
266 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…
Annulla
Salva