fix config
This commit is contained in:
parent
95d8102076
commit
1512e99d87
@ -13,6 +13,11 @@ public class SDLConfiguration {
|
|||||||
public struct StunServer {
|
public struct StunServer {
|
||||||
public let host: String
|
public let host: String
|
||||||
public let ports: [Int]
|
public let ports: [Int]
|
||||||
|
|
||||||
|
public init(host: String, ports: [Int]) {
|
||||||
|
self.host = host
|
||||||
|
self.ports = ports
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 当前的客户端版本
|
// 当前的客户端版本
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user