Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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 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.01")),
.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