656 questions
0
votes
0
answers
18
views
Why is the Linphone SDK waking up when it receives a regular push notification?
I'm working on a Linphone-based application (SDK), and I'm encountering an issue related to re-registration behaviour after receiving regular application push notifications.
Problem Description:
The ...
0
votes
0
answers
55
views
react-native-callkeep ends call immediately after Twilio Voice SDK connects
I'm building a React Native app using Expo, and I'm integrating the Twilio Voice SDK with react-native-callkeep to handle incoming VoIP calls.
The Goal:
When a VoIP call comes in, I want to use react-...
0
votes
0
answers
40
views
Debugging iOS VoIP push issues (multi-device setup, CallKit + Jitsi integration)
I’ve been building a Flutter app flutter_callkit_incoming + PushKit (VoIP pushes) + Jitsi Meet SDK. The setup mostly works, but I’m hitting a few issues that I can’t quite nail down, hoping for advice ...
1
vote
0
answers
61
views
How to prevent CallKit from defaulting to speaker on subsequent calls
I’m developing a VoIP app that uses Linphone and CallKit. Everything works as expected until the user enables the speaker on the native CallKit screen. After that, all subsequent calls start with the ...
0
votes
0
answers
26
views
How to handle expired session during incoming VoIP call (iOS, Chime SDK)?
I’m implementing VoIP calls on iOS using the Amazon Chime SDK with PushKit + CallKit.
The flow works fine when the user is logged in and the session is valid.
Scenario:
User is logged in.
App is in a ...
0
votes
0
answers
53
views
iOS App not able to get VoIP push notification when device is powered on, After opening App VoIP push receiving
When User restart iOS device, after powering on iOS App is not able to get VoIP push notification. If user opens App, immediate VoIP push receiving.
In Normal (App Kill or Background state) everything ...
1
vote
0
answers
40
views
CallKit in call screen opens behind my app
After I get my PushKit notification and I call callKitProvider.reportNewIncomingCall CallKit shows a notification for the incoming call. The user can tap to accept this call. Once they do, my app ...
0
votes
0
answers
33
views
Does Flutter UI/Navigation code only gets executed once the app resumed on iOS?
I'm building a calling feature on our Flutter app and I'm having a different behaviour on iOS compared to Android. When a call is accepted, we navigate to the CallScreen widget using GoRouter and when ...
1
vote
2
answers
907
views
NoClassDefFoundError: Failed resolution of: Lkotlin/enums/EnumEntriesKt [closed]
After upgrading my project to use the new rtc-engine and version 2.9 of the UI, I encountered the following error:
java.lang.NoClassDefFoundError: Failed resolution of: Lkotlin/enums/EnumEntriesKt;
...
0
votes
1
answer
74
views
TUICallKit Crashes with "No implementation found for void com.tencent.liteav.base.Log.nativeWriteLogToNative" in Android
I'm encountering a crash in my Android application when using TUICallKit. The error occurs with the following stack trace:
java.lang.UnsatisfiedLinkError: No implementation found for void com.tencent....
0
votes
0
answers
83
views
Agora iOS SDK Upgrade Breaking Voice Call Feature (Delegate Methods Not Called) in XCode 16+
I am working on an iOS client project where we have implemented Agora voice call functionality using the "AgoraAudio_iOS" SDK (version below 4.0.0). Everything was working perfectly fine, ...
0
votes
0
answers
29
views
Incoming call notifications problems
Good day
We developed a simple swift code to make the device ringing when a certain type of notifications arrives from our backend. This is the code:
let phoneNumber = CXHandle(type: .generic, value: (...
1
vote
2
answers
147
views
Call Tracking with CallKit Works in Debug Mode but Not in Release (TestFlight) – iOS
I am working on an iOS app using Flutter that tracks outgoing calls using CallKit. The call tracking functionality works perfectly in Debug mode but does not work when the app is published to ...
1
vote
1
answer
66
views
Manifest merger failed due to allowBackup attribute in TUICallKit
I'm facing an issue during the build process of my Android application that uses TUICallKit. The error message I receive is:
Manifest merger failed : Attribute application@allowBackup value=(true) ...
0
votes
0
answers
37
views
Swift CallKit delegate method CXEndCallAction is triggered when accpting the call
I am implementing Agora SDK, when pressing the accept button, I am joing the user with the channel, but as I press the accept button from CallKit, my CXEndCallAction is triggered, which ends the call ...