react-native-callkeep
react-native-callkeep copied to clipboard
The underlying audio session does not get activated propertly when receiving call in locked screen
Bug report
-
[x] I've checked the example to reproduce the issue.
-
Reproduced on:
-
[ ] Android
-
[x] iOS
Description
Everything is working when receiving calls except when the phone is in locked screen. I can hear the remote user but the remote user is not able to hear me. When I click the button to access the app, the remote user start to hear my voice. I found this thread (https://developer.apple.com/forums/thread/64544), but the workaround that they suggested, did not fix the problem.
Steps to Reproduce
Answer the call in locked screen and check if the remote user is hearing your voice.
Versions
- Callkeep: 3.1.0
- React Native: 0.61.5
- iOS: 12.4.7 and 13.5.1
- Android:
- Phone model: iPhone 6 and iPhone 8
Logs
2020-07-17 15:53:47.299383+0300[3368:2280709] [RNCallKeep][reportNewIncomingCall] uuidString = 69c1966d-52d2-43b2-a7ff-4836fb2fb88b
2020-07-17 15:53:47.301224+0300[3368:2280709] [RNCallKeep][configureAudioSession] Activating audio session
2020-07-17 15:53:50.425683+0300[3368:2280709] [RNCallKeep][CXProviderDelegate][provider:performAnswerCallAction]
2020-07-17 15:53:50.798202+0300[3368:2280709] [RNCallKeep][CXProviderDelegate][provider:didActivateAudioSession]
I am having the same issue. Did you fine a workaround @gusilva ?
@funkju, I didnt find any solution for that. Still waiting for some update in this package.
Have you found any solution for that?
I have no issues with initial sound activation. For webrtc connection we use incall-manager also.
@Romick2005 thanks)
any solution?
@devartwa did you find any solution for this issue?