10 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
1
answer
171
views
How to Get Incoming Call Notifications to Create a Phone App in iOS 18.2+?
I am trying to create a phone app that can receive incoming call notifications using CallKit, as described in Apple's CallKit documentation.
Added the com.apple.developer.calling-app entitlement in my ...
2
votes
0
answers
553
views
CallKit Video button disabled
I have integrated CallKit successfully and I'm trying to handle the video button. In some devices, I get the enabled video button and can request to open a video connection. But for some devices, I ...
2
votes
1
answer
591
views
iOS : Immediately answering call from VOIP when app in kill mode, CXAnswerCallAction method doesn't call.(Using Swift)
I'm implementing video call functionality using WebRTC, Implemented VOIP with call kit. Everything working fine except below.
Step1 : App in kill mode
Step2 : Got the VOIP for incoming call
Step3 : ...
0
votes
1
answer
471
views
Sendbird video call Integration with iOS Swift
I am trying to integrate Sendbird with iOS in swift. Outgoing call is working fine for me. I am not getting any Push for incoming calls. neither of the delegate methods of cxproviderdelegate are not ...
1
vote
2
answers
2k
views
How to ensure a CallKit Call is connected before Call is answered?
I have a VOIP App with Sinch Video integration. If the App is running from the background there is a window of about 1 - 3 seconds where the VOIP Push gets send through but the Sinch Call is not yet ...
0
votes
1
answer
2k
views
CallKit: iOS Integration - CXProviderConfiguration Not Working
Having a problem with CallKit integration. I am creating a configuration like this:
let providerConfiguration = CXProviderConfiguration(localizedName: "XXX")
providerConfiguration....
1
vote
0
answers
115
views
CallKit Swap button No sound
I got a weird problem in my voip app using CallKit.
When I receive another call (y) and hold current call (x), tapping swap button switch to (x) call but with no sound (although I'm reactivating Audio ...
4
votes
1
answer
3k
views
Show custom UI after answer call from lock screen
I developing a calling app such as Whatapp and
skype. The my question is that when my phone is locked and another user is calling me then from the lock screen I will get a notification and if I swipe ...
1
vote
1
answer
1k
views
CallKit CXEndCallAction report to other end - Swift
I am implementing Apple CallKit for VOIP.
I could successfully show the call screens.
On Answer trigger the below function,
func provider(_ provider: CXProvider, perform action: CXAnswerCallAction){
...
0
votes
0
answers
592
views
where can I track native call when user wants to call through app on another device
How can I check the native call is running before call start or accept.
Whatsapp is not allowing to call when the user hit the call icon through it's application while native call in progress. It's ...