-
Hi,
I'm working with ionic 3 on ios. The CordovaCall plugin receiveCall function works perfectly, but when running sendCall, the CallKit UI doesn't show (success callbacks run, no errors are fired)…
-
same as issue https://github.com/react-native-webrtc/react-native-callkeep/issues/437
any ideas, is anyone using these two modules together without audio routing issues ?
-
I had created a video calling demo project. And want to add a call invitation use this AgoraChat-CallKit-android sdk,
but even I read this README, i still not understand where and which file to inser…
-
reportNewIncomingCallWithUUIDUpdateCompletion works fine, but when the user accepts the call, the call never connects. After a while the call time out.
I debugged the source and if I output the CXTra…
-
static Future initialize() async {
final CallbackHandle callback =
PluginUtilities.getCallbackHandle(callbackDispatcher)!;
await _channel.invokeMethod(Keys.METHOD_PLUGIN_INITIALIZE_…
-
// ignore_for_file: unnecessary_string_interpolations
import 'dart:async';
import 'package:agora_rtc_engine/agora_rtc_engine.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
impor…
-
The example code is used to reportNewIncomingCalls but in my case I am sending VOIP notifications when a call is not answered by the user for X seconds. When i receive this VOIP notification I do not …
-
Hello,
i've been using this plugin for months but today Apple refused to publish my last app version, because of the CallKit functionality that must be deactivated in China...
Any suggestions on…
-
I'm using flutter_callkit_incoming version 2.0.4 with Flutter 3.19.2 on android and this function does not triggered in terminated state
for more context, before I upgraded my project to Flutter 3.…
-
[iOS 17] Can't play a sound when accepting call using callkit in ios 17 but just ios 15, 16 work fine.