react-native-webrtc / react-native-callkeep

iOS CallKit framework and Android ConnectionService for React Native
ISC License
897 stars 436 forks source link

No audio on call #318

Open GoncaloDuarte98 opened 3 years ago

GoncaloDuarte98 commented 3 years ago

Bug report

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
namnm commented 3 years ago

Can you provide more information?

geo-vi commented 3 years ago

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

ks-jung commented 2 years ago

Do you have any solution?

namnm commented 2 years ago

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

Beregit commented 2 years ago

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.

fukemy commented 1 year ago

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

danishkhawaja98 commented 1 year ago

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

Same issue. Have you got any solution?

muazniwas commented 4 months ago

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