UNPKG

matrix-js-sdk

Version:
5 lines 328 B
import { type TransportStats } from "./transportStats.ts"; export declare class TransportStatsBuilder { static buildReport(report: RTCStatsReport | undefined, now: RTCIceCandidatePairStats, conferenceStatsTransport: TransportStats[], isFocus: boolean): TransportStats[]; } //# sourceMappingURL=transportStatsBuilder.d.ts.map