Revert "Bump livekit client"

This reverts commit 5730d0ef21.
This commit is contained in:
Max Brunsfeld 2024-01-17 10:33:32 -08:00
parent ed67363ea3
commit 6734e528a8
2 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@ let package = Package(
targets: ["LiveKitBridge"]),
],
dependencies: [
.package(url: "https://github.com/livekit/client-sdk-swift.git", .exact("1.1.4")),
.package(url: "https://github.com/livekit/client-sdk-swift.git", .exact("1.0.12")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.