react-native-webrtc / react-native-callkeep

iOS CallKit framework and Android ConnectionService for React Native
ISC License
925 stars 445 forks source link

I cannot hear anything when I start calling with Agora #771

Open chutuananh0310 opened 7 months ago

chutuananh0310 commented 7 months ago

Bug report

Description

I used lib Agora join room connect and use callkeep start screen call answered , i cannot hear anything. but i use endcall the problem will be resolved

Steps to Reproduce

Versions

- Callkeep: 4.3.12
- React Native: 0.69.10
- react-native-agora: 4.2.6

Logs

Paste here
miladnikad commented 6 months ago

Bug report

  • [x] I've checked the example to reproduce the issue.
  • Reproduced on:
  • [ X] Android
  • [ X] iOS

Description

I used lib Agora join room connect and use callkeep start screen call answered , i cannot hear anything. but i use endcall the problem will be resolved

Steps to Reproduce

Versions

- Callkeep: 4.3.12
- React Native: 0.69.10
- react-native-agora: 4.2.6

Logs

Paste here

Did you solve this issue? I have the same issue when the Android phone is locked.

chutuananh0310 commented 6 months ago

Bug report

  • [x] I've checked the example to reproduce the issue.
  • Reproduced on:
  • [ X] Android
  • [ X] iOS

Description

I used lib Agora join room connect and use callkeep start screen call answered , i cannot hear anything. but i use endcall the problem will be resolved

Steps to Reproduce

Versions

- Callkeep: 4.3.12
- React Native: 0.69.10
- react-native-agora: 4.2.6

Logs

Paste here

Did you solve this issue? I have the same issue when the Android phone is locked.

Hi, i solve this issue RNCallKeep.addEventListener('didActivateAudioSession', () => { //your code join room agora RNCallKeep.removeEventListener('didActivateAudioSession'); });