@vpalmisano/webrtcperf
    Preparing search index...

    Function parseStatsFile

    • It parses a CSV stats file and returns an array of objects representing each row.

      Parameters

      • filePath: string

        The path to the CSV stats file.

      Returns Promise<StatsRow[]>

      An array of objects where each object represents a row in the CSV file with keys as column headers.