Przeglądaj źródła

Merge pull request #334 from jitsi/caps

fix(caps): JitsiParticipant.getFeatures method
dev1
Дамян Минков 9 lat temu
rodzic
commit
fdb7938707
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      JitsiParticipant.js

+ 1
- 1
JitsiParticipant.js Wyświetl plik

@@ -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
 }

Ładowanie…
Anuluj
Zapisz