Skip to content

Releases: GetStream/stream-video-swift

1.29.1

28 Jul 11:05
Compare
Choose a tag to compare

July 25, 2025

🐞 Fixed

  • An issue that caused the CallViewModel to end outgoing group calls prematurely when a participant rejected the call. #901

1.29.0

21 Jul 17:01
Compare
Choose a tag to compare

July 21, 2025

βœ… Added

  • ClientCapabilities have been added to support remote subscriber track pause. #888

🐞 Fixed

  • An issue causing a reconnection loop when connection was recoevered. #895

1.28.1

11 Jul 12:09
Compare
Choose a tag to compare

July 11, 2025

🐞 Fixed

  • Fix an issue where CallKit audio was not functioning properly. #885

1.28.0

01 Jul 15:27
Compare
Choose a tag to compare

July 01, 2025

πŸ”„ Changed

  • Performance improvements around timers. #877
  • Improve VideoCapturer handling #872

🐞 Fixed

  • An issue causing the CallSettings to be misaligned with the UI components. #882

1.27.2

25 Jun 19:53
Compare
Choose a tag to compare

June 25, 2025

🐞 Fixed

  • Fix an issue causing video not showing in some scenarios. #870

1.27.0

24 Jun 08:27
Compare
Choose a tag to compare

June 23, 2025

πŸ”„ Changed

  • Performance improvements. #861

βœ… Added

  • Support for receiving stereo audio. #860

1.26.0

19 Jun 16:38
Compare
Choose a tag to compare

June 19, 2025

βœ… Added

  • UIApplication.shared.isIdleTimerDisabled handling is now happening on the SDK, removing the need to do it on UI level. #853

πŸ”„ Changed

  • Improved behavior in bad-network conditions. #852

🐞 Fixed

  • CallKit ending 1:1 calls prematurely. #850
  • Fixed an issue that was causing confusion to the shared AudioSession object when multiple Call instances are in memory. #852

1.25.0

16 Jun 13:11
Compare
Choose a tag to compare

June 16, 2025

🐞 Fixed

  • The CallViewModel will now respect the dashboard's CallSettings when starting a Call with ring:true and without provided CallSettings. #841

1.24.0

02 Jun 16:23
Compare
Choose a tag to compare

June 02, 2025

βœ… Added

  • Stats V2 reporting. #806
  • CallViewController was updated to accept the video flag when starting a call. #811
  • team property when creating calls through CallViewModel and/or CallViewController #817

πŸ”„ Changed

  • When joining a Call, if the user has an external audio device connected, we will ignore the remote CallSettings.speakerOn = true. #819
  • CallKit will report correctly the rejection reason when ringing timeout is reached. #820

🐞 Fixed

  • Fix a retain cycle that was causing StreamVideo to leak in projects using NoiseCancellation. #814
  • Fix occasional crash caused inside MicrophoneChecker. #813
  • Fix video parameter wasn't respected when creating Calls, causing CallKit notifications to always show a call as audio. #818

1.22.2

13 May 10:28
Compare
Choose a tag to compare

May 13, 2025

🐞 Fixed

  • Fix an issue that was causing CallSettings misalignment during reconnection #810
  • Synchronize CallKit audioSession with the audioSession in the app. #807