RTCStatsReportinterface RTCStatsReport {forEach(callbackfn: (value: any,key: string,parent: RTCStatsReport,) => void, thisArg?: any): void;}var RTCStatsReport: {prototype: RTCStatsReport; new (): RTCStatsReport; };§Methods§forEach(callbackfn: (value: any,key: string,parent: RTCStatsReport,) => void, thisArg?: any): void[src]