Interface RTCStatsReport

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

Methods

Methods

  • Parameters

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

    Returns void