TalkSDK-1.0.0 Documentation Beta

Protocol Call​Summary

public protocol CallSummary

Represents details of a finished call.

Contains duration of the call in seconds and an error if the call has failed.

Requirements

duration

var duration: TimeInterval

Duration of the call in seconds. If the call was not started, duration is 0

error

var error: TalkCallError?

Reason why the call failed and resulted in failed or disconnected state. When the call is disconnected by the end user error is nil.