Skip to content

Commit adb2585

Browse files
committed
Use lib 125.6422.15
Catches uncaught exceptions when the AudioEngine fails to start, ensuring the retry logic works smoothly. webrtc-sdk/webrtc@afd873d
1 parent a489ddb commit adb2585

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
],
1919
dependencies: [
2020
// LK-Prefixed Dynamic WebRTC XCFramework
21-
.package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "125.6422.14"),
21+
.package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "125.6422.15"),
2222
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.26.0"),
2323
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"),
2424
// Only used for DocC generation

[email protected]

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: "125.6422.14"),
23+
.package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "125.6422.15"),
2424
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.26.0"),
2525
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"),
2626
// Only used for DocC generation

0 commit comments

Comments
 (0)