Skip to content

Releases: GetStream/stream-video-swift

1.13.0

08 Oct 16:22
Compare
Choose a tag to compare

October 08, 2024

🐞 Fixed

  • Improved performance on lower end devices #557
  • CallKitService access issue when ending calls #566

1.12.0

27 Sep 11:36
Compare
Choose a tag to compare

September 27, 2024

✅ Added

  • You can now pass your customData when initializing a CallViewModel #530

🔄 Changed

  • Updated the default sorting for Participants during a call to minimize the movement of already visible tiles #515
  • Breaking The StreamDeviceOrientation values now are .portrait(isUpsideDown: Bool) & .landscape(isLeft: Bool). #534

🐞 Fixed

  • An MissingPermissions error was thrown when creating a StreamVideo with anonymous user type. #525

1.10.0

04 Sep 09:50
Compare
Choose a tag to compare

August 29, 2024

✅ Added

  • Participants (regular and anonymous) count, can be accessed - before or after joining a call - from the Call.state.participantCount & Call.state.anonymousParticipantCount respectively. #496
  • You can now provide the CallSettings when you start a ringing call #497

1.0.9

19 Jul 14:30
Compare
Choose a tag to compare

July 19, 2024

✅ Added

  • Support for custom participant sorting in the Call object. #438
  • Ability to join call in advance with joinAheadTimeSeconds parameter. #446
  • Missed calls support #449
  • IncomingCallViewModel has been simplified and the hideIncomingCallScreen property as also the stopTimer have been removed. #449

1.0.8

18 Jun 09:02
Compare
Choose a tag to compare

June 17, 2024

✅ Added

  • A new ParticipantAutoLeavePolicy that allows you to set when a user should automatically leave a call. #434

🔄 Changed

1.0.7

11 Jun 09:23
Compare
Choose a tag to compare

June 10, 2024

✅ Added

  • Support for session timers. #425
  • Rejecting call contains a reason parameter. #428

1.0.6

30 May 12:06
Compare
Choose a tag to compare

May 30, 2024

✅ Added

  • In CallKitService you can now configure if calls support Video. Depending on the value CallKit will suffix either the word Audio (when false) or Video when true, next to the application's name. #420

1.0.5

28 May 20:11
Compare
Choose a tag to compare

May 28, 2024

🔄 Changed

1.0.4

27 May 20:49
Compare
Choose a tag to compare

May 27, 2024

🔄 Changed

  • CallKitAdapter will dispatch voIP notification reporting to the MainActor. #41

1.0.3

22 May 19:46
Compare
Choose a tag to compare

May 22, 2024

🔄 Changed

  • Call objects for the same cId will reference the same memory instance. #404
  • CallKitService.callEnded now accepts the cId of the call to end. #406
  • CallKitService.State has been deprecated. #406

🐞 Fixed

  • Video tracks for anonymous users not displaying