CallReportSettingsSummary
public struct CallReportSettingsSummary : Codable
Undocumented
-
Undocumented
Declaration
Swift
public let enabled: Bool -
Undocumented
Declaration
Swift
public let intervalMs: Int -
Undocumented
Declaration
Swift
public let flushIntervalMs: Int -
Undocumented
Declaration
Swift
public let debugLogLevel: String -
Undocumented
Declaration
Swift
public let debugLogMaxEntries: Int -
Undocumented
Declaration
Swift
public init(enabled: Bool, intervalMs: Int, flushIntervalMs: Int = 180_000, debugLogLevel: String, debugLogMaxEntries: Int)