matrix-js-sdk
Version:
Matrix Client-Server SDK for Javascript
5 lines • 322 B
TypeScript
import { TransportStats } from "./transportStats";
export declare class TransportStatsReporter {
static buildReport(report: RTCStatsReport | undefined, now: RTCIceCandidatePairStats, conferenceStatsTransport: TransportStats[], isFocus: boolean): TransportStats[];
}
//# sourceMappingURL=transportStatsReporter.d.ts.map