Sends analytics event everytime speaker stats is open.

This commit is contained in:
damencho 2017-03-24 10:07:46 -05:00
parent e29120a9c1
commit 63034e6cba
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ function initGlobalShortcuts() {
KeyboardShortcut._addShortcutToHelp("SPACE","keyboardShortcuts.pushToTalk");
KeyboardShortcut.registerShortcut("T", null, () => {
JitsiMeetJS.analytics.sendEvent("shortcut.speakerStats.clicked");
APP.store.dispatch(toggleDialog(SpeakerStats, {
conference: APP.conference
}));