react-native-callkeep icon indicating copy to clipboard operation
react-native-callkeep copied to clipboard

No audio on call

Open GoncaloDuarte98 opened this issue 4 years ago • 8 comments

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

GoncaloDuarte98 avatar Nov 15 '20 20:11 GoncaloDuarte98

Can you provide more information?

namnm avatar Jan 13 '21 08:01 namnm

Bump! Encountered it as well, using react-native-agora. The ConnectionService is blocking the microphone input to the Agora library.

geo-vi avatar Jan 26 '21 10:01 geo-vi

Do you have any solution?

ks-jung avatar Sep 05 '21 07:09 ks-jung

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).

namnm avatar Sep 09 '21 14:09 namnm

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.

Beregit avatar Mar 30 '22 08:03 Beregit

i have same problem with rncallkeep, does anyone know solution?

fukemy avatar Oct 21 '22 03:10 fukemy

i have same problem with rncallkeep, does anyone know solution?

Same issue. Have you got any solution?

danishkhawaja98 avatar Jan 11 '23 13:01 danishkhawaja98

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

muazniwas avatar Mar 31 '24 06:03 muazniwas