I want to ask about YouTube Required Minimum Functionality. Our development team wants to integrate YouTube player in mobile application, using iframe and react-native-webview. Terms of services says that "You must not display overlays, frames, or other visual elements in front of any part of a YouTube embedded player, including player controls. Similarly, you must not use overlays, frames or other visual elements to obscure any part of an embedded player, including player controls." We are not planning to hide or obscure any part of player.
But can we prevent users from interacting with the YouTube player? For example, we want to prevent video sharing by wrapping the YouTube player in a component with touch actions disabled. But the user will still have the ability to control the video (stop, play, fast forward).