setAudioRoute method does not work on Android
Bayramito opened this issue · 0 comments
Bayramito commented
I have custom call setup via WebRTC, all the screens are custom. I needed callkeep for audio routing in the call.
I use getAudioRoutes to get available audio routes that are connected to the devices. So i can make a list of them and let the user choose which device to use as audio output. Like BT Headset, Speaker, Earpiece etc...
The problem is setAudioRoute method does not work on Android. It works good on IOS with my Iphone 13 (IOS 18). But on Android could not make it work.