@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) • 325 B
TypeScript
import { HMSTrackException } from './HMSTrackException';
export declare enum HMSGetMediaActions {
UNKNOWN = "unknown(video or audio)",
AUDIO = "audio",
VIDEO = "video",
AV = "audio, video",
SCREEN = "screen"
}
export declare function BuildGetMediaError(err: Error, deviceInfo: string): HMSTrackException;