Browse Source

Fixes event name generation.

dev1
damencho 8 years ago
parent
commit
803770626c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      JitsiMeetJS.js

+ 1
- 1
JitsiMeetJS.js View File

@@ -64,7 +64,7 @@ function getLowerResolution(resolution) {
64 64
  * @returns {*}
65 65
  */
66 66
 function addDeviceTypeToAnalyticsEvent(name, options) {
67
-    let ret;
67
+    let ret = name;
68 68
 
69 69
     if (options.devices.indexOf('audio') !== -1) {
70 70
         ret += '.audio';

Loading…
Cancel
Save