This is a Monorepo containing a collection of real world reference projects for the Vonage Client SDK's for Voice and Chat that show a numer of usecases.
1
stars
2
forks
source link
Android Voice: Fix audio not being recorded when app is in background #20
Previously, the app faced issues with recording audio in the background, making it challenging to handle incoming calls. To address this, a workaround involved bringing the call activity to the foreground using an intent.
Now, the problem has been resolved by starting a foreground service with microphone permissions, ensuring seamless audio recording even when the app is in the background.
Improved Background Audio Recording
Previously, the app faced issues with recording audio in the background, making it challenging to handle incoming calls. To address this, a workaround involved bringing the call activity to the foreground using an intent.
Now, the problem has been resolved by starting a foreground service with microphone permissions, ensuring seamless audio recording even when the app is in the background.