Hi,
First of all, thanks for the great work in offering your demo apps.
I am working on an app based on the fully-featured 'VoximplantDemo'.
I am having trouble in maintaining the application available, or at least users "callable" after a while.
Essentially, once the application is in background, the Voximplant will eventually disconnect, and the user become unreachable, and not seem to receive notifications.
For info, I am using the newest version of react-native-firebase in order to support the newest version of Android.
If you have any hints for me, that would be great.
I'm listing the most relevant dependencies I have, below.
"dependencies": {
"@react-native-firebase/app": "^12.1.0",
"@react-native-firebase/messaging": "^12.1.0",
"@voximplant/react-native-foreground-service": "^2.0.0",
"react": "17.0.2",
"react-native": "0.64.2",
"react-native-callkeep": "^4.2.0",
"react-native-incall-manager": "^3.3.0",
"react-native-push-notification": "^7.4.0",
"react-native-voip-push-notification": "^3.3.0",
"react-native-voximplant": "^1.24.0",
...
},
Hi,
First of all, thanks for the great work in offering your demo apps.
I am working on an app based on the fully-featured 'VoximplantDemo'.
I am having trouble in maintaining the application available, or at least users "callable" after a while.
Essentially, once the application is in background, the Voximplant will eventually disconnect, and the user become unreachable, and not seem to receive notifications.
For info, I am using the newest version of react-native-firebase in order to support the newest version of Android.
If you have any hints for me, that would be great.
I'm listing the most relevant dependencies I have, below.