iOS 11 has new feature which enables users to record their screen, I want to disable only VIDEO recording when i am playing video in my application keeping screen record enabled.
For example. I am recording my screen and open my application start using it, but as soon as AVPlayer starts playing video it should pause the screen recording so that video in my application does not get captured in Recording while audio can be captured in the Screen Record.
Thanks!