react-native-webrtc / react-native-callkeep

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

Problematic hint about didActivateAudioSession event #231

Open swiety85 opened 4 years ago

swiety85 commented 4 years ago

I had really hard time debugging issues regarding didActivateAudioSession event. I used it to play the ringback tune as it's suggested in the readme.md file. The problem is that in the case of unlocking the phone while an active video call the event is also fired. Since it tries to play a sound, for me it generates some native iOS errors that in the end crashes one of the streams in the active video call.

Thanks a lot for the all react-native webrtc related packages. You did good work! 👍

fukemy commented 2 years ago

hi, how did u fixed this?