How to enable or disable kaltura web player caption and hide kaltura player bottom controls using kaltura methods/functions
Hi
for text track API for hide/show use this API
kalturaPlayer.hideTextTrack()
var txt = kalturaPlayer.getTracks(“text”)
kalturaPlayer.selectTrack(txt[1])
For Hiding components as you ask it is not exposed as an API
1 Like
Thanks @gilad_nadav for providing this information to me. I know you must be
swamped today with other requests, so I really appreciate you
prioritizing mine.