Selaa lähdekoodia

fix(events): use existing method to get participant on feature change

dev1
Leonard Kim 8 vuotta sitten
vanhempi
commit
ab9b17872c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      JitsiConferenceEventManager.js

+ 1
- 1
JitsiConferenceEventManager.js Näytä tiedosto

@@ -514,7 +514,7 @@ JitsiConferenceEventManager.prototype.setupXMPPListeners = function() {
514 514
     conference.xmpp.caps.addListener(XMPPEvents.PARTCIPANT_FEATURES_CHANGED,
515 515
         from => {
516 516
             const participant
517
-                = conference.getParticipantId(
517
+                = conference.getParticipantById(
518 518
                     Strophe.getResourceFromJid(from));
519 519
 
520 520
             if (participant) {

Loading…
Peruuta
Tallenna