CallDetails
public struct CallDetails : Codable, Sendable, Hashable
Call details model.
-
Declaration
Swift
public let callId: Int
-
Declaration
Swift
public let accountUniqueId: Int64
-
Declaration
Swift
public let duration: TimeInterval
-
Declaration
Swift
public let timeRequested: Date
-
Declaration
Swift
public let timeAnswered: Date?
-
Declaration
Swift
public let timeConnected: Date?
-
Declaration
Swift
public init( from decoder: Decoder ) throws