|
|
@@ -941,6 +941,7 @@ export default class AvgRTPStatsReporter {
|
|
941
|
941
|
return;
|
|
942
|
942
|
}
|
|
943
|
943
|
const transportStats = {
|
|
|
944
|
+ p2p: data.transport[0].p2p,
|
|
944
|
945
|
'local_candidate_type': data.transport[0].localCandidateType,
|
|
945
|
946
|
'remote_candidate_type': data.transport[0].remoteCandidateType,
|
|
946
|
947
|
'transport_type': data.transport[0].type
|