Radicals Posted July 24, 2023 Posted July 24, 2023 We were experiencing a bug where the headset audio would stop playing after we started screen recording on our app (made in Unity). We spent a long time troubleshooting. The issue was a permission issue, we did not know that we needed to add this line to our Android Manifest file: <uses-permission android:name="android.permission.CAPTURE_AUDIO_HOTWORD"/> Which apparently you need to do from Android v29 onwards. We added this line, built out, and now audio remains on while screen recording. Hope this helps someone.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now