Add ice candidate type

This commit is contained in:
Robert Long 2021-08-03 17:29:49 -07:00
parent 971ca2083b
commit df567f1bf6

View file

@ -403,6 +403,7 @@ export class ConferenceCallManager extends EventEmitter {
// networkType property excluded for privacy reasons:
// https://www.w3.org/TR/webrtc-stats/#sotd
return {
candidateType: candidateStats.candidateType,
protocol: candidateStats.protocol,
address: !!candidateStats.address
? candidateStats.address