CallReportIceServerSummary

public struct CallReportIceServerSummary : Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    public let urls: [String]
  • Undocumented

    Declaration

    Swift

    public let hasUsername: Bool
  • Undocumented

    Declaration

    Swift

    public let hasCredential: Bool
  • Undocumented

    Declaration

    Swift

    public init(urls: [String], hasUsername: Bool, hasCredential: Bool)