interface RTCStatsReport {
    forEach(callbackfn: ((value: any, key: string, parent: RTCStatsReport) => void), thisArg?: any): void;
}

方法

方法

  • 参数

    • callbackfn: ((value: any, key: string, parent: RTCStatsReport) => void)
        • (value, key, parent): void
        • 参数

          返回 void

    • 可选thisArg: any

    返回 void