diff --git a/modules/UI/videolayout/LocalVideo.js b/modules/UI/videolayout/LocalVideo.js index ed4d67105..e6cf690dc 100644 --- a/modules/UI/videolayout/LocalVideo.js +++ b/modules/UI/videolayout/LocalVideo.js @@ -74,6 +74,9 @@ LocalVideo.prototype.setDisplayName = function(displayName, key) { $('#localDisplayName').html( `${UIUtil.escapeHtml(displayName)} (${meHTML})` ); + $('#editDisplayName').val( + `${UIUtil.escapeHtml(displayName)}` + ); } else { $('#localDisplayName').html(defaultLocalDisplayName); }