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 function,
func provider(_ provider: CXProvider, perform action: CXEndCallAction){
}
But, How to know on received side when the sender disconnected call (Not accepted the call).