fix config

This commit is contained in:
anlicheng 2025-07-16 17:58:35 +08:00
parent 95d8102076
commit 1512e99d87

View File

@ -13,6 +13,11 @@ public class SDLConfiguration {
public struct StunServer {
public let host: String
public let ports: [Int]
public init(host: String, ports: [Int]) {
self.host = host
self.ports = ports
}
}
//