TatankaConCube
TatankaConCube
the requested functionality is already realized in this app, just follow the [code](https://github.com/ConnectyCube/android-messenger-app/blob/master/app/src/main/java/com/connectycube/messenger/ChatDialogDetailsActivity.kt#L276)
Just for clarification: the API session has its own lifecycle and the chat connection has its own. You should use the `CubeSessionManager` to manage the API session and use the...
We can't fix this because it is the default behavior of the iOS CallKit
in the current realisation required feature is unavailable. you can try to implement it by yourself using the callback `onCallIncoming`/`onCallIncomingWhenTerminated` where you can start your timer and after timer is...
the callbacks `onCallIncoming/onCallIncomingWhenTerminated` will be executed in a case when the plugin shows CallKit by itself by the push notification. if you show the CallKit by yourself it means that...
the duplicate of [this](https://github.com/ConnectyCube/connectycube-flutter-call-kit/issues/134) ticket and the reason was provided in my [answer](https://github.com/ConnectyCube/connectycube-flutter-call-kit/issues/134#issuecomment-1929042525) if you need to navigate to the app from the CallKit you should click the button with...
no any infirmation about the issue, we can't even to start the investigation((( please add more details
please review other issues to search for the solution to your problem before creating a new one, [here](https://github.com/ConnectyCube/connectycube-flutter-call-kit/issues/116) is a similar ticket, and [here](https://github.com/ConnectyCube/connectycube-flutter-call-kit/issues/116#issuecomment-1822399414) is a solution
the plugin doesn't know anything about your app and doesn't know what screen it should navigate to. you need to check the state of the call on your app start...
no, it is impossible in the current realization. you can try to implement this by yourself by replacing the intent on the select notification action, change the value of [this](https://github.com/ConnectyCube/connectycube-flutter-call-kit/blob/master/android/src/main/kotlin/com/connectycube/flutter/connectycube_flutter_call_kit/NotificationsManager.kt#L53)...