Browse Source

Merge pull request #1432 from jitsi/speaker-stats-analytics-event

Sends analytics event every time speaker stats is open.
j8
Saúl Ibarra Corretgé 8 years ago
parent
commit
f47bc1163b
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