UNPKG

@playkit-js/live-asl

Version:

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

9 lines (8 loc) 236 B
export interface LiveASLConfig { enabled: boolean; aslEntryId?: string; autoSwitch?: boolean; uiPosition?: 'bottom-right' | 'bottom-left' | 'top-right' | 'top-left'; showIndicator?: boolean; responsiveBreakpoint?: number; }