Jump to content

(SOLVED) XR Elite audio breaks/stops after starting screen recording, requiring headset restart


Radicals

Recommended Posts

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...