UNPKG

@playkit-js/player-caption-manager

Version:

playkit-js-player-caption-manager is a [Kaltura Player] plugin that allows admins to control which caption languages are visible to end users by comparing a configurable whitelist (whiteListedLanguages) with the entry’s available caption tracks and displa

6 lines (4 loc) 110 B
export declare interface PlayerCaptionManagerConfig { whiteListedLanguages?: string[]; } export { }