Requests that the transaction that contains the specified action be asynchronously performed by the telephony provider.
SDKs
- iOS 11.0+
- Mac Catalyst 13.0+
Framework
- Call
Kit
Declaration
Parameters
action
The telephony action associated with a call object.
completion
Code to be executed after the transaction is completed. The callback is executed on the queue specified when the call controller was initialized.
- transaction
The requested transaction.
- error
If an error occurred, an error object indicating how the transaction failed, otherwise
nil
.