You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: