浏览代码

feat(Amplitude): Add isP2P attribute to the transport.stats analytics event

dev1
Jaya Allamsetty 5 年前
父节点
当前提交
c6323d1ddb
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      modules/statistics/AvgRTPStatsReporter.js

+ 1
- 0
modules/statistics/AvgRTPStatsReporter.js 查看文件

941
             return;
941
             return;
942
         }
942
         }
943
         const transportStats = {
943
         const transportStats = {
944
+            p2p: data.transport[0].p2p,
944
             'local_candidate_type': data.transport[0].localCandidateType,
945
             'local_candidate_type': data.transport[0].localCandidateType,
945
             'remote_candidate_type': data.transport[0].remoteCandidateType,
946
             'remote_candidate_type': data.transport[0].remoteCandidateType,
946
             'transport_type': data.transport[0].type
947
             'transport_type': data.transport[0].type

正在加载...
取消
保存