Skip to content

Releases: GetStream/stream-video-swift

1.36.0

Choose a tag to compare

@Stream-SDK-Bot Stream-SDK-Bot released this 19 Nov 16:42

November 19, 2025

✅ Added

  • Add support for ringing individual members. #995

🐞 Fixed

  • Ensure SFU track and participant updates create missing participants. #996

1.35.0

Choose a tag to compare

@Stream-SDK-Bot Stream-SDK-Bot released this 06 Nov 15:37

November 05, 2025

✅ Added

  • SwiftUI modifiers that surface moderation blur and warning events in CallView. #987

1.34.2

Choose a tag to compare

@Stream-SDK-Bot Stream-SDK-Bot released this 24 Oct 15:10

October 24, 2025

🔄 Changed

Update WebRTC to 137.0.42 which brings performance improvements on video rendering. #983

1.34.1

Choose a tag to compare

@Stream-SDK-Bot Stream-SDK-Bot released this 14 Oct 18:27

October 14, 2025

🐞 Fixed

  • An issue that was causing the speaker to toggle nonstop. #968

1.34.0

Choose a tag to compare

@Stream-SDK-Bot Stream-SDK-Bot released this 07 Oct 17:11

October 07, 2025

🔄 Changed

  • Permissions prompts won't show up when moving to background for a call that has already ended but the feedback screen is visible. #951

1.33.0

Choose a tag to compare

@Stream-SDK-Bot Stream-SDK-Bot released this 16 Sep 13:51

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

Choose a tag to compare

@Stream-SDK-Bot Stream-SDK-Bot released this 08 Sep 17:18
43cdaf0

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

Choose a tag to compare

@Stream-SDK-Bot Stream-SDK-Bot released this 21 Aug 16:00

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

Choose a tag to compare

@Stream-SDK-Bot Stream-SDK-Bot released this 08 Aug 12:54

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

Choose a tag to compare

@Stream-SDK-Bot Stream-SDK-Bot released this 28 Jul 11:05

July 25, 2025

🐞 Fixed

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