Adds a check to make follow me work without etherpad enabled.

pull/679/head
damencho 9 years ago
parent 207e6e1b7d
commit ca62f9bec2
  1. 7
      modules/FollowMe.js

@ -154,9 +154,10 @@ class FollowMe {
this._nextOnStage(smallVideo, isPinned);
this._sharedDocumentToggled
.bind(this, this._UI.getSharedDocumentManager().isVisible());
// check whether shared document is enabled/initialized
if(this._UI.getSharedDocumentManager())
this._sharedDocumentToggled
.bind(this, this._UI.getSharedDocumentManager().isVisible());
}
/**

Loading…
Cancel
Save