We have implement voice functionality for Wear OS devices using Android-WebRTC. When the call is in progress if the user tried access the Google assistance or any voice recorder app it is getting access to mic since our wear OS app still hold the control over mic.
We tried with disabling the audioTrack.enable=false in AUDIOFOCUS_LOSS callback but still google assistance or other apps not getting mic access.
WebRTC library version: io.getstream:stream-webrtc-android:1.2.2
Please let me know if anyone faced similar issue and let me know solution.