bsor

Results 34 comments of bsor

Did you find a solution to this?

@YuliaGrigorieva we got same issue if the app is disabled in autostart. If enabled it works fine even the app is killed but not if disabled

@MEsteves22 I solved it partially by sending `call.sendVideo(true)` on Voximplant.CallEvents.Connected or can be also at Voximplant.CallEvents.MessageReceived listeners

Make sure you have target sdk 28 and add this `` in your AndroidManifest.xml Set url property to null > url: 'http://192.168.81.15:3000/location', to url: null and remove this if not...

In android 10 u need a permission "allow all the time" or else it will terminate the process in the background after couple of seconds

@darron1217 hi is this also solved the stationary issue?

Did you try [this](https://github.com/mauron85/react-native-background-geolocation#android-headless-task-experimental)?