Android Force Audio on Speaker
Hai,
I found method ForceAudioOnSpeaker() in iOS SDK. But neither in Android SDK.
I try Rainbow Official in Android and there is a button to force audio on speaker.
How we can do that in Android? I didn't find any documentation or method about it.
-
Official comment
Hi,
On Android SDK this method isn't available, but you can easily do the same with an AudioManager and call setSpeakerphoneOn on it, check this link: https://stackoverflow.com/questions/43212297/audiomanager-speaker-not-working
Comment actions
Please sign in to leave a comment.
Comments
1 comment