-
So I have a stateful widget and it implements the ` RTCSessionStateCallback`
and so overrides all the methods. but the `onConnectedToUser` is not getting executed when I answer the call from Callkit.…
-
Hello,
I'm little confused over different execution in `debug` and `release` modes.
In `debug` - it works really well. Background, foreground and locked screen. However once app is ran in `rele…
-
A question. When an incoming call arrives and I accept it with CallKit, the app opens automatically. Isn't there a way to keep the call only with CallKit? And what parameters can I pass to
callIn…
-
I am trying to create the same application in android but using kotlin. I tried the steps mentioned in the ReadMe file but the steps for activity adding and initiating the EaseCallKit is extremely dif…
-
请问我的11越狱后本地改哪个文件来开启callkit
-
I use flutter_webrtc to implement video calls
When flutter_callkit_incoming is **not used**, the speaker works fine,
I use the following method to switch headphones or speakers:
Helper.setSpeakerp…
-
Our iOS app uses flutter_callkit_incoming to handle in incoming webrtc calls.
When the app is in the foreground, and an inbound VoIP notification triggers the Callkit notification, if the call is a…
-
## Plugin Request
**Name**: VoIP-Kit
**Package**: `@capacitor-community/voip-kit`
### Platform(s)
iOS and Android
### Existing Solutions
https://github.com/mattkhaw/cordova-plugi…
-
Hello,
I'm trying to use the binding code from ApiDefinitions.cs for the interfaces JMCallKitProxy and JMCallKitListener (the code is commented) and I get a crash with message: "_Method not found: …
-
I’m using WebRTC and flutter_callkit_incoming. When I make a call and answer through iOS's native interface, the audio doesn’t play on the iPhone, but it does for the recipient. It was working perfect…