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

pull/649/head
hristoterezov 10 years ago
parent 3df47f0d72
commit 1eb915d312
  1. 3
      modules/UI/videolayout/LocalVideo.js

@ -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', {

Loading…
Cancel
Save