-
I am using FCM to wake up the app but I can't listen to sip listeners at the top-level method.
I am using Flutter_Incoming_callkit to display call notifications but I cant accept the call.
-
This error happens by simply adding the package to the pubspec package
On flutter run command,
this is what I get
> FAILURE: Build failed with an exception.
* What went wrong:
Execution fai…
-
Hello, fellow partners, I've been using this plugin for a while now, and it works flawlessly. The only issue I've encountered was when I refreshed my app (hot code push), call-kit instances will be du…
ghost updated
6 years ago
-
### Steps to reproduce
I always use my backup-iPhone (11 Pro Max) for testing and did upgrade it to the IOS18 release candidate.
After switching to IOS18, EX-IOS does not transmit audio or video a…
-
I have an iOS App that use Azure Communication Services SDK to manage VOiP features.
Everything works fine but Apple rejects my App because it is not compliant to Chinese laws due to the presence of…
-
Since we've added this package, we've had one compatibility issue or the other;
It's either kotline version is this, jvm version is that;
and no helpful resource online;
i've also seen that the…
-
On iOS 16 devices, CallKit closes after 60 seconds.
In previous versions of iOS (14, 15), it could be displayed for 90 seconds, and then we closed it by ourselves.
We have tried other packages for …
-
i have requirement whenever call incoming that time i need to the overlay window.
when phone is locked the overlay windows not showing i need to unlock phone.
-
flutter_callkit_incoming: ^2.0.4+1 (changed version didn't matter)
Simply adding the package causes the app not to compile...
build fails with this error...
```
Launching lib/main.dart on In…
-
**Describe the bug**
I have a Flutter app that handles chats and voice calls (through the SIP plugin of a Janus gateway, using the `janus_client` package) and handling incoming/outgoing calls through…