Merge pull request #649 from jitsi/flip_flag

Adds config option for enabling the flip menu for the local video
This commit is contained in:
yanas 2016-05-09 13:21:33 -05:00
commit 76017bcbe3
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', {