updated filmstrip handler

This commit is contained in:
Ilya Daynatovich 2016-11-10 12:18:33 +02:00
parent 20c6dba599
commit 986c29ca5d
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ const FilmStrip = {
let description = 'keyboardShortcuts.toggleFilmstrip';
let handler = () => {
JitsiMeetJS.analytics.sendEvent('toolbar.filmstrip.toggled');
APP.UI.toggleFilmStrip();
this.eventEmitter.emit(UIEvents.TOGGLE_FILM_STRIP);
};
APP.keyboardshortcut.registerShortcut(