2.1.2 • Published 3 years ago

@playkit-js/transcript-plugin v2.1.2

Weekly downloads
12
License
AGPL-3.0
Repository
github
Last release
3 years ago

Kaltura Player V7 - Transcript plugin

Conventional Commits

Overview

this section will be added soon

Project structure

this section will be added soon

Plugin configuration

Plugin configuration can be defined as object of properties, ex:

            'playkit-js-transcript': {
                position: 'right',
                printDisabled : true,
                expandMode:'over'
            }

List of available configuration properties:

ParameterDescriptionTypeDefault
expandModeSet player area for TW"alongside" | "over""alongside"
expandOnFirstPlayOpens plugin on automaticallybooleantrue
showTimeShow or hide caption timebooleantrue
positionPosition of TW plugin"right" | "bottom""bottom"
searchDebounceTimeoutDebounce on caption searchnumber250
searchNextPrevDebounceTimeoutDebounce on jump to prev\next search resultnumber100
downloadDisabledDisable download of transcriptbooleanfalse
printDisabledDisable print of transcriptbooleanfalse