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! 👍
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! 👍