Interface RTCStatsReport

interface RTCStatsReport {
    forEach(callbackfn, thisArg?): void;
}

Methods

Methods

  • Parameters

    • callbackfn: Object
    • Optional thisArg: any

    Returns void