Questions tagged [cxprovider]
8 questions
4
votes
1 answer
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 the notification then the call automatically…

Ryoma Kishimoto
- 425
- 1
- 6
- 16
2
votes
1 answer
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 : within minor milliseconds tap on answer call button…

K N Sarvaiya
- 54
- 6
1
vote
2 answers
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 connected. (iOS13 requirement of reporting VOIP…

Eloy B.
- 565
- 4
- 13
1
vote
0 answers
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 Session).
The weird thing is that when I…

Elsammak
- 1,102
- 10
- 26
1
vote
1 answer
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){
}
Ans When reject the call triggered the…

Vineesh TP
- 7,755
- 12
- 66
- 130
0
votes
1 answer
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 getting called. Can any one help me to understand…

Rishi Chaurasia
- 520
- 4
- 18
0
votes
1 answer
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.supportsVideo = false
…

poundev23
- 807
- 3
- 11
- 18
0
votes
0 answers
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 showing alert view "you can't place a call on…

Hiren
- 12,720
- 7
- 52
- 72