Browse Source

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

master
paweldomas 5 years ago
parent
commit
fb23aa54e8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/UI/videolayout/VideoLayout.js

+ 1
- 1
modules/UI/videolayout/VideoLayout.js View File

751
         APP.remoteControl.checkUserRemoteControlSupport(user)
751
         APP.remoteControl.checkUserRemoteControlSupport(user)
752
             .then(result => remoteVideo.setRemoteControlSupport(result))
752
             .then(result => remoteVideo.setRemoteControlSupport(result))
753
             .catch(error =>
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
     /**

Loading…
Cancel
Save