Update live-kit to the latest version

This commit is contained in:
Antonio Scandurra 2022-10-20 14:03:26 +02:00
parent 99aa1219d2
commit 76a1b81e45
2 changed files with 4 additions and 4 deletions

View file

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