diff --git a/modules/UI/videolayout/LocalVideo.js b/modules/UI/videolayout/LocalVideo.js index eac370a65..2cd0d8c9b 100644 --- a/modules/UI/videolayout/LocalVideo.js +++ b/modules/UI/videolayout/LocalVideo.js @@ -65,6 +65,7 @@ LocalVideo.prototype.setDisplayName = function(displayName, key) { $('#localDisplayName').html(defaultLocalDisplayName); } } + this.updateView(); } else { var editButton = createEditDisplayNameButton();