Menu

Why is video recording also blocked when I use the Knox SDK to block audio recording?

The built-in video recording app records both video and audio, so when you set the API method allowAudioRecord to false, both audio and video are blocked.

To record a video when allowAudioRecord is set to false, you must use a custom video recording app that does not record audio or has a separate option to disable audio.