ref(VideoLayout): log participant name on feature discovery failure
This commit is contained in:
parent
b73d98f863
commit
fb23aa54e8
|
@ -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));
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue