Add ice candidate type
This commit is contained in:
parent
971ca2083b
commit
df567f1bf6
1 changed files with 1 additions and 0 deletions
|
@ -403,6 +403,7 @@ export class ConferenceCallManager extends EventEmitter {
|
||||||
// networkType property excluded for privacy reasons:
|
// networkType property excluded for privacy reasons:
|
||||||
// https://www.w3.org/TR/webrtc-stats/#sotd
|
// https://www.w3.org/TR/webrtc-stats/#sotd
|
||||||
return {
|
return {
|
||||||
|
candidateType: candidateStats.candidateType,
|
||||||
protocol: candidateStats.protocol,
|
protocol: candidateStats.protocol,
|
||||||
address: !!candidateStats.address
|
address: !!candidateStats.address
|
||||||
? candidateStats.address
|
? candidateStats.address
|
||||||
|
|
Loading…
Add table
Reference in a new issue