return default value

This commit is contained in:
Ilya Daynatovich 2016-10-20 19:41:04 +03:00
parent 62af73ea09
commit 8f57179aa4
1 changed files with 1 additions and 1 deletions

View File

@ -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();