react-native-callkeep
react-native-callkeep copied to clipboard
No audio on call
Bug report
-
[x] I've checked the example to reproduce the issue.
-
Reproduced on:
-
[x] Android
-
[ ] iOS
Description
I don't get any audio output from device but microphone is working because i can hear in the other device. I am using sip library for react native.
Steps to Reproduce
Versions
- Callkeep:
- React Native:
- iOS:
- Android:
- Phone model:
Logs
Paste here
Can you provide more information?
Bump! Encountered it as well, using react-native-agora. The ConnectionService is blocking the microphone input to the Agora library.
Do you have any solution?
No one can help if there's no useful information. OP case was like: microphone (audio input) work, but can not hear from the call (audio output doesnt work).
Bump! Encountered it as well, using react-native-agora. The ConnectionService is blocking the microphone input to the Agora library.
Did you find a solution? I'm also using react-native-agora. Thanks.
i have same problem with rncallkeep, does anyone know solution?
i have same problem with rncallkeep, does anyone know solution?
Same issue. Have you got any solution?
This is due to callkeep stealing audio focus. In the case of agora, first initiate the callkeep call. Wait for 'didActivateAudioSession' event and then join the agora channel. Check this issue