webrtc-in-jetpack-compose icon indicating copy to clipboard operation
webrtc-in-jetpack-compose copied to clipboard

android.media.AudioManager non-SDK interface, which is incompatible with Android P+

Open rzcode1991 opened this issue 4 months ago • 0 comments

when testing my app with firebase Robo test, it gave me this warning: Your app uses 1 non-SDK interfaces, which are incompatible with Android P+. which was pointing to here: Landroid/media/AudioManager;->getOutputLatency(I)I Also when running app on android 14, and then tapping on toggle voice on/of button it does not turn off voice.

my gradle for webrtc: implementation("io.getstream:stream-webrtc-android:1.3.8") implementation ("io.getstream:stream-webrtc-android-ktx:1.3.8") implementation ("io.getstream:stream-webrtc-android-compose:1.1.0")

rzcode1991 avatar Aug 11 '25 10:08 rzcode1991