interface RTCStatsReport { forEach( callbackfn: (value: any, key: string, parent: RTCStatsReport) => void, thisArg?: any, ): void;} Methods
forEach
forEach( callbackfn: (value: any, key: string, parent: RTCStatsReport) => void, thisArg?: any,): void Parameters
- callbackfn: (value: any, key: string, parent: RTCStatsReport) => void
Optional
thisArg: any
Returns void
MDN Reference