UNPKG

matrix-js-sdk

Version:
8 lines 448 B
import { CallFeedReport } from "./statsReport"; import { CallFeed } from "../callFeed"; export declare class CallFeedStatsReporter { static buildCallFeedReport(callId: string, opponentMemberId: string, pc: RTCPeerConnection): CallFeedReport; private static buildTrackStats; static expandCallFeedReport(report: CallFeedReport, callFeeds: CallFeed[], prefix?: string): CallFeedReport; } //# sourceMappingURL=callFeedStatsReporter.d.ts.map