CallHistoryRecord

public struct CallHistoryRecord

Call history.

  • Device-generated timestamp for the call start.

    Declaration

    Swift

    public let callStartedOn: Date
  • Call Ids associated with particular call started on callStartedOn date.

    Declaration

    Swift

    public let callIds: [String]