Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LiveKitClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|

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

spec.dependency 'WebRTC-SDK', '~> 104.5112.17'
spec.dependency 'WebRTC-SDK', '~> 114.5735.02'
spec.dependency 'SwiftProtobuf'
spec.dependency 'PromisesSwift'
spec.dependency 'Logging'
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
)
],
dependencies: [
.package(name: "WebRTC", url: "https://github.com/webrtc-sdk/Specs.git", .exact("104.5112.17")),
.package(name: "WebRTC", url: "https://github.com/webrtc-sdk/Specs.git", .exact("114.5735.02")),
.package(name: "SwiftProtobuf", url: "https://github.com/apple/swift-protobuf.git", .upToNextMajor(from: "1.21.0")),
.package(name: "Promises", url: "https://github.com/google/promises.git", .upToNextMajor(from: "2.2.0")),
.package(url: "https://github.com/apple/swift-log.git", .upToNextMajor(from: "1.5.2"))
Expand Down
1 change: 0 additions & 1 deletion Sources/LiveKit/Extensions/RTCConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ extension RTCConfiguration {
self.tcpCandidatePolicy = configuration.tcpCandidatePolicy
self.candidateNetworkPolicy = configuration.candidateNetworkPolicy
self.continualGatheringPolicy = configuration.continualGatheringPolicy
self.disableIPV6 = configuration.disableIPV6
self.disableIPV6OnWiFi = configuration.disableIPV6OnWiFi
self.maxIPv6Networks = configuration.maxIPv6Networks
self.disableLinkLocalNetworks = configuration.disableLinkLocalNetworks
Expand Down