[](https://conventionalcommits.org)
npm install @playkit-js/transcript-plugin
'playkit-js-transcript': {
position: 'right',
printDisabled : true,
expandMode:'over'
}
`$3
Parameter | Description | Type | Default
--- | --- | :-----: | :-----:
expandMode | Set player area for TW | "alongside" | "over" | "alongside"
expandOnFirstPlay | Opens plugin on automatically | boolean | true
showTime | Show or hide caption time | boolean | true
position | Position of TW plugin | "right" | "bottom" | "bottom"
searchDebounceTimeout | Debounce on caption search | number | 250
searchNextPrevDebounceTimeout | Debounce on jump to prev\next search result | number | 100
downloadDisabled | Disable download of transcript | boolean | false
printDisabled | Disable print of transcript | boolean | false`