import ActivityKit import Foundation struct CallActivityAttributes: ActivityAttributes { let peerName: String let peerPublicKey: String let avatarData: Data? let colorIndex: Int struct ContentState: Codable, Hashable { let durationSec: Int let isActive: Bool let isMuted: Bool } }