Procházet zdrojové kódy

ref(VideoLayout): log participant name on feature discovery failure

j8
paweldomas před 5 roky
rodič
revize
fb23aa54e8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      modules/UI/videolayout/VideoLayout.js

+ 1
- 1
modules/UI/videolayout/VideoLayout.js Zobrazit soubor

@@ -751,7 +751,7 @@ const VideoLayout = {
751 751
         APP.remoteControl.checkUserRemoteControlSupport(user)
752 752
             .then(result => remoteVideo.setRemoteControlSupport(result))
753 753
             .catch(error =>
754
-                logger.warn('could not get remote control properties', error));
754
+                logger.warn(`could not get remote control properties for: ${user.getJid()}`, error));
755 755
     },
756 756
 
757 757
     /**

Načítá se…
Zrušit
Uložit