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

10 lines (9 loc) 252 B
import { HMSRole } from '../../interfaces'; import { TrackState } from '../../notification-manager'; export declare type KnownRoles = { [role: string]: HMSRole; }; export interface TrackStateEntry { peerId: string; trackInfo: TrackState; }