Adds config option for enabling the flip menu for the local video

This commit is contained in:
hristoterezov 2016-05-09 12:39:42 -05:00
parent 3df47f0d72
commit 1eb915d312
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ function LocalVideo(VideoLayout, emitter) {
this.container = $("#localVideoContainer").get(0);
this.localVideoId = null;
this.bindHoverHandler();
this._buildContextMenu();
if(config.enableLocalVideoFlip)
this._buildContextMenu();
this.isLocal = true;
this.emitter = emitter;
Object.defineProperty(this, 'id', {