浏览代码

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

master
paweldomas 5 年前
父节点
当前提交
fb23aa54e8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      modules/UI/videolayout/VideoLayout.js

+ 1
- 1
modules/UI/videolayout/VideoLayout.js 查看文件

@@ -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
     /**

正在加载...
取消
保存