CallReportPayload
public struct CallReportPayload : Codable
Complete call report payload sent to voice-sdk-proxy
-
Undocumented
Declaration
Swift
public let summary: CallReportSummary -
Undocumented
Declaration
Swift
public let stats: [CallReportInterval] -
Undocumented
Declaration
Swift
public let logs: [LogEntry]? -
Undocumented
Declaration
Swift
public let segment: Int? -
Undocumented
Declaration
Swift
public init(summary: CallReportSummary, stats: [CallReportInterval], logs: [LogEntry]? = nil, segment: Int? = nil)