voximplant / react-native-voximplant

Voximplant mobile SDK for React Native (iOS/Android)
http://voximplant.com
205 stars 39 forks source link

Problems with incoming calls #153

Closed alexanderoskin closed 2 years ago

alexanderoskin commented 2 years ago

We are struggling to make the Voximplant SDK work with our application. Problems with incoming voice calls. Not video. Video call we are not tested.

What's going on with incoming call:

alexanderoskin commented 2 years ago

Upgrading react-native-voximplant from 1.29.1 to 1.31.0 in the demo CallApp react-native-demo and incoming calls are stoped to work as in our main app too.

alexanderoskin commented 2 years ago

Downgraded react-native-voximplant from 1.31.0 to 1.30.0 and everything is working perfectly. So to reproduce the issue you can upgrade react-native-voximplant from 1.29.1 to 1.31.0 in the demo CallApp react-native-demo.

pe1ros commented 2 years ago

Hello @alexanderoskin !

Thank you for reaching out to us!

We have found the root cause of the issue and have just released Voximplant React Native SDK 1.32.0 with the fix.

Please update to the new version and let us know if the issue is still reproducible.

alexanderoskin commented 2 years ago

@pe1ros yep, tested and everything work now. But we still experience this issue https://github.com/voximplant/react-native-voximplant/issues/155 that blocked our app to use in production. Any thoughts?