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

This commit is contained in:
paweldomas 2020-03-12 09:32:16 -05:00 committed by Paweł Domas
parent b73d98f863
commit fb23aa54e8
1 changed files with 1 additions and 1 deletions

View File

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