Skip to content

Releases: GetStream/stream-video-swift

1.33.0

16 Sep 13:51
Compare
Choose a tag to compare

September 15, 2025

๐Ÿ”„ Changed

  • Updated WebRTC version to 135.0.41. #942
  • Reworked the AudioFilter pipeline to be more robust and flexible. #942
  • Breaking StreamAudioFilterProcessingModule, AudioFilterCapturePostProcessingModule, StreamAudioFilterCapturePostProcessingModule have been removed. #942

1.32.0

08 Sep 17:18
43cdaf0
Compare
Choose a tag to compare

September 08, 2025

โœ… Added

  • When the user is missing a permission, the SDK will prompt them to accept any missing permission. #915
  • You can now set the ViewFactory instance to be used from Picture-in-Picture. #934
  • CallParticipant now exposes the source property, which can be used to distinguish between WebRTC users and ingest sources like RTMP or SIP. #93
  • Add the user action to kick a participant from a call. #928

๐Ÿ”„ Changed

  • Improved the LastParticipantLeavePolicy to be more robust. #925

1.31.0

21 Aug 16:00
Compare
Choose a tag to compare

August 21, 2025

๐Ÿž Fixed

  • An issue that was causing the local participant's audio waveform visualization to stop working. #912
  • Proximity policies weren't updating CallSettings correctly. That would cause issues where Speaker may not be reenabled or video not being stopped/restarted when proximity changes. #913

1.30.0

08 Aug 12:54
Compare
Choose a tag to compare

August 08, 2025

โœ… Added

  • The SDK now handles the interruptions produced from AVCaptureSession to ensure video capturing is active when needed. #907

๐Ÿž Fixed

  • AudioSession management issues that were causing audio not being recorded during calls. #906

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