init(call:handle:)
Initializes a new action to start a call with the specified UUID to a recipient with the specified handle.
Declaration
init(call callUUID: UUID, handle: CXHandle)Parameters
- callUUID:
The unique identifier for the associated Cxcall object.
- handle:
The handle for the receipient, such as a phone number or email address.
Return Value
A new action for the specified call UUID and handle.