reportOutgoingCall(with:startedConnectingAt:)
Reports to the provider that an outgoing call with the specified unique identifier started connecting at a particular time.
Declaration
func reportOutgoingCall(with UUID: UUID, startedConnectingAt dateStartedConnecting: Date?)Parameters
- UUID:
The unique identifier of the call.
- dateStartedConnecting:
The time at which the call started connecting.
If
nil, the current time is used.