From 8f57179aa438abb47080127a95c96499143d7caf Mon Sep 17 00:00:00 2001 From: Ilya Daynatovich Date: Thu, 20 Oct 2016 19:41:04 +0300 Subject: [PATCH] return default value --- modules/UI/videolayout/RemoteVideo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/UI/videolayout/RemoteVideo.js b/modules/UI/videolayout/RemoteVideo.js index b3699e624..a51b97cbd 100644 --- a/modules/UI/videolayout/RemoteVideo.js +++ b/modules/UI/videolayout/RemoteVideo.js @@ -22,7 +22,7 @@ function RemoteVideo(user, VideoLayout, emitter) { this.emitter = emitter; this.videoSpanId = `participant_${this.id}`; SmallVideo.call(this, VideoLayout); - this.hasRemoteVideoMenu = true; + this.hasRemoteVideoMenu = false; this.addRemoteVideoContainer(); this.connectionIndicator = new ConnectionIndicator(this, this.id); this.setDisplayName();