To hide the Related Menu in your Video Player, you can use the ‘hideRelatedMenu’ query parameters to customize the player’s controls. Here’s how you can do it:

You can modify your video player’s URL by adding ‘hideRelatedMenu=true’ to the end of it. For example:

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

When your viewers access this modified URL, the Related Menu in the settings of your video player will be hidden, and they won’t see related videos or content suggestions.

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