Skip to content

Commit 63a83e2

Browse files
Migrate to m114 (#225)
* Update Package.swift * missing params * Update RTCConfiguration.swift * Update Package.swift * Update LiveKitClient.podspec --------- Co-authored-by: CloudWebRTC <[email protected]>
1 parent 7842890 commit 63a83e2

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

LiveKitClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
1616

1717
spec.source_files = 'Sources/**/*'
1818

19-
spec.dependency 'WebRTC-SDK', '~> 104.5112.17'
19+
spec.dependency 'WebRTC-SDK', '~> 114.5735.02'
2020
spec.dependency 'SwiftProtobuf'
2121
spec.dependency 'PromisesSwift'
2222
spec.dependency 'Logging'

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
)
1818
],
1919
dependencies: [
20-
.package(name: "WebRTC", url: "https://github.com/webrtc-sdk/Specs.git", .exact("104.5112.17")),
20+
.package(name: "WebRTC", url: "https://github.com/webrtc-sdk/Specs.git", .exact("114.5735.02")),
2121
.package(name: "SwiftProtobuf", url: "https://github.com/apple/swift-protobuf.git", .upToNextMajor(from: "1.21.0")),
2222
.package(name: "Promises", url: "https://github.com/google/promises.git", .upToNextMajor(from: "2.2.0")),
2323
.package(url: "https://github.com/apple/swift-log.git", .upToNextMajor(from: "1.5.2"))

Sources/LiveKit/Extensions/RTCConfiguration.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ extension RTCConfiguration {
4242
self.tcpCandidatePolicy = configuration.tcpCandidatePolicy
4343
self.candidateNetworkPolicy = configuration.candidateNetworkPolicy
4444
self.continualGatheringPolicy = configuration.continualGatheringPolicy
45-
self.disableIPV6 = configuration.disableIPV6
4645
self.disableIPV6OnWiFi = configuration.disableIPV6OnWiFi
4746
self.maxIPv6Networks = configuration.maxIPv6Networks
4847
self.disableLinkLocalNetworks = configuration.disableLinkLocalNetworks

0 commit comments

Comments
 (0)