fulfill(withDateEnded:)
Reports the successful execution of the action at the specified time.
Declaration
func fulfill(withDateEnded dateEnded: Date)Parameters
- dateEnded:
The time that the call was ended. A call is considered ended when the user disconnects or all other callers disconnect.
Discussion
Use this method instead of fulfill() to note a time other than the current time that the call ended.