Parameters
- __namedParameters: {
dirPath?: string;
nameParser?: (name: string) => { id: string; scenario: string };
receiverParticipantName?: string;
senderParticipantName?: string;
}
Returns Promise<StatsSummary[]>
Array of aggregated stats including timestamp, id, scenario, videoRecvBitratePerPixel, videoRecvFps, and videoSentFps.
It aggregates the stats summary from multiple test runs in a directory.