|
@@ -31,7 +31,6 @@ var Feedback = require("./Feedback");
|
31
|
31
|
import FollowMe from "../FollowMe";
|
32
|
32
|
import Recorder from "../recorder/Recorder";
|
33
|
33
|
|
34
|
|
-
|
35
|
34
|
var eventEmitter = new EventEmitter();
|
36
|
35
|
UI.eventEmitter = eventEmitter;
|
37
|
36
|
|
|
@@ -245,7 +244,7 @@ UI.initConference = function () {
|
245
|
244
|
// Initialise the recorder handler. We're doing this explicitly before
|
246
|
245
|
// calling showToolbar, because the recorder may want to disable all
|
247
|
246
|
// toolbars.
|
248
|
|
- new Recorder(APP.conference, UI);
|
|
247
|
+ new Recorder(APP.conference);
|
249
|
248
|
|
250
|
249
|
// Once we've joined the muc show the toolbar
|
251
|
250
|
ToolbarToggler.showToolbar();
|
|
@@ -260,6 +259,7 @@ UI.initConference = function () {
|
260
|
259
|
UI.setUserAvatar(id, Settings.getEmail());
|
261
|
260
|
|
262
|
261
|
Toolbar.checkAutoEnableDesktopSharing();
|
|
262
|
+
|
263
|
263
|
if(!interfaceConfig.filmStripOnly) {
|
264
|
264
|
Feedback.init(eventEmitter);
|
265
|
265
|
}
|