소스 검색

feat(stats): send 'session_terminate' application log

dev1
paweldomas 9 년 전
부모
커밋
0265674f1b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      JitsiConference.js

+ 2
- 0
JitsiConference.js 파일 보기

@@ -868,6 +868,8 @@ JitsiConference.prototype.onCallEnded
868 868
     // Send analytics event
869 869
     Statistics.analytics.sendEvent(
870 870
         "session.terminate", window.performance.now());
871
+    // Sends "session.terminate" through the stats as well
872
+    this.sendApplicationLog(JSON.stringify({ "id" : "session_terminate" }));
871 873
     // Stop the stats
872 874
     if (this.statistics) {
873 875
         this.statistics.stopRemoteStats();

Loading…
취소
저장