UNPKG

@playkit-js/live-asl

Version:

Live ASL plugin for Kaltura V7 player - enables switching between main and ASL live streams

21 lines (19 loc) 341 B
declare module '*.scss'; // Global Kaltura Player types declare global { interface Window { kalturaPlayer?: { config?: { plugins?: { liveAsl?: { aslEntryId?: string; enabled?: boolean; }; }; provider?: { ks?: string; }; }; }; } }