Skip to content

Commit 1b09d6b

Browse files
committed
revert to use WebRTC 104.5112.05
1 parent 29292b1 commit 1b09d6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.06'
19+
spec.dependency 'WebRTC-SDK', '~> 104.5112.05'
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.06")),
20+
.package(name: "WebRTC", url: "https://github.com/webrtc-sdk/Specs.git", .exact("104.5112.05")),
2121
.package(name: "SwiftProtobuf", url: "https://github.com/apple/swift-protobuf.git", .upToNextMajor(from: "1.20.2")),
2222
.package(name: "Promises", url: "https://github.com/google/promises.git", .upToNextMajor(from: "2.0.0")),
2323
.package(url: "https://github.com/apple/swift-log.git", .upToNextMajor(from: "1.4.4"))

0 commit comments

Comments
 (0)