
CC button default
Hi,
i made default: flase inside track object.
when first time i load the player then by default CC button come with disable feature but if i left CC button by making enable and again come to that page then CC button comes with ENABlE option.
but i want to always make this disable and when user click on this then it will be enable.
This is my code
tracks: [{
file:"http://s-k12resources.nelson.com/" +vttCaptionURL,
type: 'hls',
label: "English",
kind: "captions",
"default": false
}]