dont display cc button via videojs settings
This commit is contained in:
parent
d921bf3340
commit
ab13b23cef
1 changed files with 5 additions and 0 deletions
|
@ -200,6 +200,11 @@ export default React.memo<Props>(function VideoJs(props: Props) {
|
|||
eventTracking: true,
|
||||
overlay: OVERLAY.OVERLAY_DATA,
|
||||
},
|
||||
// fixes problem of errant CC button showing up on iOS
|
||||
// TODO: find the source of why the button recently began to show up on iOS
|
||||
controlBar: {
|
||||
subsCapsButton: false,
|
||||
},
|
||||
};
|
||||
|
||||
const tapToUnmuteRef = useRef();
|
||||
|
|
Loading…
Reference in a new issue