Browse Source

Sends analytics event everytime speaker stats is open.

j8
damencho 8 years ago
parent
commit
63034e6cba
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      modules/keyboardshortcut/keyboardshortcut.js

+ 1
- 0
modules/keyboardshortcut/keyboardshortcut.js View File

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

Loading…
Cancel
Save