Linoa65
Linoa65
After many researches, it seems that React Native "pause" tasks when app goes background. There is a way to force execution even app goes background ?
Yes, on Android I'm doing that, I'm bringing app to foreground, but I need to do that only when I'm fully connected, and my call to connection system is done...
Hi ! Thank you for your answer. I have not the time to test on demo app, I have some other issues on call to fix before ... The camera...
I'm unable to log my users on the demo app. I try "userId@appname" and the app pop a modal which said "invalid username".
I can use video call with the demo app, it works. I really don't understand why it works on IOS, but don't send the video with Android... I have the...
There is no output from VoxCameraManager. Only VOXSDK tags, or Camera3-Stream tag, but nothing about VoxCameraManager...
Thank you ! I was able to find the error : onCameraError: Camera device could not be opened because there are too many other open camera devices. I removed the...
After getting my logs, I think I found the reason, but I don't know why ... In my logs I have this line : ``` 07-25 10:41:27.048 11651 12048 D...
Same here, tried with 3 different methods (RNCPushNotificationIOS, RNFirebase & RN-Push-Notification) and unable to get this initial notification when I click on notification to open app. It seems there is...
Hello ! I tested react-native-silent-switch and I'm unable to build it on IOS. Actually, there is no workaround for that except create a custom module to make it works... I...