UNPKG

@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

4 lines (3 loc) 209 B
import { IHMSStatsStore, IHMSStore } from '../IHMSStore'; import { HMSSdk } from '../sdk'; export declare const subscribeToSdkWebrtcStats: (sdk: HMSSdk, webrtcStore: IHMSStatsStore, store: IHMSStore) => void;