Переглянути джерело

fix(analytics): conference.joined event props.

master
Hristo Terezov 5 роки тому
джерело
коміт
8e373c106f
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      modules/xmpp/ChatRoom.js

+ 1
- 1
modules/xmpp/ChatRoom.js Переглянути файл

@@ -309,7 +309,7 @@ export default class ChatRoom extends Listenable {
309 309
 
310 310
             // The name of the action is a little bit confusing but it seems this is the preferred name by the consumers
311 311
             // of the analytics events.
312
-            Statistics.sendAnalytics(createConferenceEvent('joined', meetingId));
312
+            Statistics.sendAnalytics(createConferenceEvent('joined', { meetingId }));
313 313
         }
314 314
     }
315 315
 

Завантаження…
Відмінити
Зберегти