Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with incoming calls #153

Closed
alexanderoskin opened this issue Apr 22, 2022 · 4 comments
Closed

Problems with incoming calls #153

alexanderoskin opened this issue Apr 22, 2022 · 4 comments

Comments

@alexanderoskin
Copy link

alexanderoskin commented Apr 22, 2022

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.

  • Outgoing calls in out app are working perfectly.
  • If we use CallApp from react-native-demo repo incoming calls with our Voxengine scenario are working perfectly
  • When we implement CallApp principle in our app for incoming calls they are not working.

What's going on with incoming call:

  • Call received by app successfully.
  • We can answer or decline to the call. Answer and decline are handled successfully.
  • Call established successfully when we answer incoming call.
  • When incoming call established callee didn't hear caller, caller didn't hear calee
  • But call record successfully andщт the call record we only hear caller and no callee.
@alexanderoskin
Copy link
Author

alexanderoskin commented Apr 23, 2022

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
Copy link
Author

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
Copy link
Contributor

pe1ros commented Apr 25, 2022

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
Copy link
Author

@pe1ros yep, tested and everything work now. But we still experience this issue #155 that blocked our app to use in production. Any thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants