Linoa65

Results 23 comments of Linoa65

Hello ! I'm facing kind of same issue there, when I call stopRingtone, it seems it cut all incoming sound from calls. I'm not using this library for calls, but...

Hi ! I up your issue because we need to know too how to control call volume. If I have some informations I will come here to give you what...

@YuliaGrigorieva Thank you ! If you have informations of documentations about how to control different volumes channels in Android/IOS, it will be welcome, because I was unable to find any...

In my case, the issue happens each time, I'm unable to catch the call in this case. Maybe I can access to some logs to help you ? My case...

Hello @YuliaGrigorieva I checked my logs, and the format is OK. It weird because when I'm in the app, foreground, and after a time in debug mode it's possible to...

Thank you for help ! I finally found my problem, there was a problem in the logging state when app is started from closed state, but I found a fix...

I use react-native-firebase to handle push notifications. When incoming push comes from VI, the app starts, but the promise of connection to VoxImplant is never resolve. To handle my notification...

In my BackgroundTaskService, I'm just sending my notification to my notification service (which display notification and handle call for VI call data-message). If my message is sent by VoxImplant, I'm...

So, I need to get logged in my background task ? Because I need to first connect to firebase before connect to VI.

In the logic of my app, at starting, I'm login in to Firebase, then with user id, I login in VI. When I receive message on app closed, it runs...