Skip to content

Commit 8be93ca

Browse files
[WIP] Update WebRTC version to enable dSYMs (#760)
1 parent f5c6589 commit 8be93ca

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88
- Countdown timer and waiting participants info to the livestream player [#754](https://github.com/GetStream/stream-video-swift/pull/754)
99
- EventPublisher for `Call` objects. [#759](https://github.com/GetStream/stream-video-swift/pull/759)
1010

11-
### 🐞 Fixed
12-
- `CallViewModel.callingState` transition to `.idle` just before moving to `.inCall` after the user has accepted the call. [#759](https://github.com/GetStream/stream-video-swift/pull/759)
13-
- `AudioSession` mode wasn't configured correctly for audio-only calls. [#762](https://github.com/GetStream/stream-video-swift/pull/762)
14-
1511
### 🔄 Changed
16-
- `CallSettings` won't be propagated between calls when using the `CallViewModel`. [#751](https://github.com/GetStream/stream-video-swift/pull/751)
12+
- Updated WebRTC version to 125.6422.070 [#760](https://github.com/GetStream/stream-video-swift/pull/760)
1713

1814
### 🐞 Fixed
1915
- Sound resources weren't loaded correctly when the SDK was linked via SPM. [#757](https://github.com/GetStream/stream-video-swift/pull/757)
2016
- Redefined the priorities by which dashboard audio settings will be applied. [#758](https://github.com/GetStream/stream-video-swift/pull/758)
17+
- `CallViewModel.callingState` transition to `.idle` just before moving to `.inCall` after the user has accepted the call. [#759](https://github.com/GetStream/stream-video-swift/pull/759)
18+
- `AudioSession` mode wasn't configured correctly for audio-only calls. [#762](https://github.com/GetStream/stream-video-swift/pull/762)
2119

2220
# [1.20.0](https://github.com/GetStream/stream-video-swift/releases/tag/1.20.0)
2321
_April 07, 2025_

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let package = Package(
2323
],
2424
dependencies: [
2525
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.29.0"),
26-
.package(url: "https://github.com/GetStream/stream-video-swift-webrtc.git", exact: "125.6422.066")
26+
.package(url: "https://github.com/GetStream/stream-video-swift-webrtc.git", exact: "125.6422.070")
2727
],
2828
targets: [
2929
.target(

StreamVideo-XCFramework.podspec

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

2525
spec.prepare_command = <<-CMD
2626
mkdir -p Frameworks/
27-
curl -sL "https://github.com/GetStream/stream-video-swift-webrtc/releases/download/125.6422.065/StreamWebRTC.xcframework.zip" -o Frameworks/StreamWebRTC.zip
27+
curl -sL "https://github.com/GetStream/stream-video-swift-webrtc/releases/download/125.6422.070/StreamWebRTC.xcframework.zip" -o Frameworks/StreamWebRTC.zip
2828
unzip -o Frameworks/StreamWebRTC.zip -d Frameworks/
2929
rm Frameworks/StreamWebRTC.zip
3030
CMD

StreamVideo.podspec

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

2626
spec.prepare_command = <<-CMD
2727
mkdir -p Frameworks/
28-
curl -sL "https://github.com/GetStream/stream-video-swift-webrtc/releases/download/125.6422.065/StreamWebRTC.xcframework.zip" -o Frameworks/StreamWebRTC.zip
28+
curl -sL "https://github.com/GetStream/stream-video-swift-webrtc/releases/download/125.6422.070/StreamWebRTC.xcframework.zip" -o Frameworks/StreamWebRTC.zip
2929
unzip -o Frameworks/StreamWebRTC.zip -d Frameworks/
3030
rm Frameworks/StreamWebRTC.zip
3131
CMD

StreamVideo.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9676,7 +9676,7 @@
96769676
repositoryURL = "https://github.com/GetStream/stream-video-swift-webrtc";
96779677
requirement = {
96789678
kind = exactVersion;
9679-
version = 125.6422.066;
9679+
version = 125.6422.070;
96809680
};
96819681
};
96829682
8423B7542950BB0A00012F8D /* XCRemoteSwiftPackageReference "sentry-cocoa" */ = {

0 commit comments

Comments
 (0)