To disable the caption or subtitle option from your Video Player, you can use ‘hideCaptions’ query parameter to customize your player’s behavior. Here’s a simple guide:

Edit the URL of your video player to include the parameter for hiding captions. You can modify your video player’s URL by adding ‘hideCaptions=true’ to the end of it. For example:

https://your-video-player-url.com?hideCaptions=true

When your viewers access this modified URL, the caption or subtitle option will be disabled in your video player, and they won’t have the ability to turn on captions.

Note: ‘true’ = ‘1’ and ‘false’ = ‘0’. You can use either ‘true’ or ‘1’, and ‘false’ or ‘0’.