UNPKG

@playkit-js/live-asl

Version:

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

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