CXAnswerCallAction is the CallKit action triggered when the user accepts an incoming call from the native iOS call UI.
It represents:
the system requesting your app to answer the call.
When the user taps:
CallKit sends your app an answer action through CXProviderDelegate.
Your app must then:
Incoming call reported
↓
System shows native incoming UI
↓
User taps Answer
↓
CXAnswerCallAction delegate fires
↓
App configures call/audio
↓
action.fulfill()