@100mslive/hms-video-store
Version:
@100mslive Core SDK which abstracts the complexities of webRTC while providing a reactive store for data management with a unidirectional data flow
8 lines (7 loc) • 409 B
TypeScript
import { HMSPeerStats, HMSStatsStore, HMSTrackStats } from '../..';
export declare let localPeerStats: HMSPeerStats;
export declare let localVideoTrackStats: HMSTrackStats;
export declare let localAudioTrackStats: HMSTrackStats;
export declare let remoteVideoTrackStats: HMSTrackStats;
export declare let remoteAudioTrackStats: HMSTrackStats;
export declare const makeFakeInternalsStore: () => HMSStatsStore;