Add ice candidate type
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user