UNPKG

@100mslive/hls-player

Version:

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

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