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")