Skip to content

Commit 77826f7

Browse files
authored
Revert VP crash fix (#917)
Resolves #916
1 parent 73e40ad commit 77826f7

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.changes/revert-vp-fix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
patch type="fixed" "Voice Processing failing on iOS devices"

LiveKitClient.podspec

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

1515
spec.source_files = "Sources/**/*"
1616

17-
spec.dependency("LiveKitWebRTC", "= 137.7151.13")
17+
spec.dependency("LiveKitWebRTC", "= 137.7151.12")
1818
spec.dependency("LiveKitUniFFI", "= 0.0.5")
1919
spec.dependency("SwiftProtobuf")
2020
spec.dependency("DequeModule", "= 1.1.4")

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
],
2020
dependencies: [
2121
// LK-Prefixed Dynamic WebRTC XCFramework
22-
.package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "137.7151.13"),
22+
.package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "137.7151.12"),
2323
.package(url: "https://github.com/livekit/livekit-uniffi-xcframework.git", exact: "0.0.5"),
2424
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.31.0"),
2525
.package(url: "https://github.com/apple/swift-collections.git", "1.1.0" ..< "1.3.0"),

Package@swift-6.0.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
],
2121
dependencies: [
2222
// LK-Prefixed Dynamic WebRTC XCFramework
23-
.package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "137.7151.13"),
23+
.package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "137.7151.12"),
2424
.package(url: "https://github.com/livekit/livekit-uniffi-xcframework.git", exact: "0.0.5"),
2525
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.31.0"),
2626
.package(url: "https://github.com/apple/swift-collections.git", "1.1.0" ..< "1.3.0"),

0 commit comments

Comments
 (0)