opentok-network-test-js
Version:
Precall network test for applications using the OpenTok platform.
9 lines • 384 B
TypeScript
import { PublisherStats } from '../../types/publisher';
export interface PreviousStreamStats {
[ssrc: number]: {
timestamp: number;
bytesSent: number;
};
}
export declare function getPublisherStats(publisher: OT.Publisher, previousStats: PublisherStats | undefined): Promise<PublisherStats | undefined>;
//# sourceMappingURL=getPublisherRtcStatsReport.d.ts.map