UNPKG

@100mslive/hls-player

Version:

HLS client library which uses HTML5 Video element and Media Source Extension for playback

16 lines (14 loc) 295 B
import { HMSHLSException } from '../error/HMSHLSException'; declare global { interface Window { __hms: | { sdk: | { sendHLSAnalytics: (error: HMSHLSException) => void; } | undefined; } | undefined; } }