Using CallKit, how do I know from the outgoing side when the user has accepted the call?

Hi,

I am using CallKit/PushKit to integrate video calling with Twilio Video on my app. I am wondering whether there is some way to know from the outgoing side (the caller), when the receiver has either answered or declined the call - using CallKit/PushKit?

Currently I start the connection with Twilio on the CXStartCallAction delegate method for the outgoing side and the CXAnswerCallAction delegate method for the incoming side. This works, but it would be preferable if the two could connect to the room at the same time. Is there a recommended way within the CallKit/PushKit framework to know when the receiver has accepted/declined the call?

Thanks!

Did you try calling the provider method reportOutgoingCall(with: uuid, connectedAt: nil)

Using CallKit, how do I know from the outgoing side when the user has accepted the call?
 
 
Q