UNPKG

opentok-network-test-js

Version:

Precall network test for applications using the OpenTok platform.

9 lines 371 B
import { OT } from '../../types/opentok'; export interface PreviousStreamStats { [ssrc: number]: { timestamp: number; bytesSent: number; }; } export declare function getPublisherStats(publisher: OT.Publisher, previousStats: OT.PublisherStats | undefined): Promise<OT.PublisherStats | null>; //# sourceMappingURL=getPublisherRtcStatsReport.d.ts.map