With iOS13 is that allowed to report CXCallUpdate or CXEndCallAction when received VoIP Push?

Hi all,


I wonder about is that allowed to report CXCallUpdate or CXEndCallAction when received VoIP Push inside method below


func pushRegistry(_ registry: PKPushRegistry, didReceiveIncomingPushWith payload: PKPushPayload, forType type: PKPushType) {
// report new incoming call
}


Thanks in advance for your help.