Skip to content

Releases: GetStream/stream-video-swift

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

1.0.2

17 May 16:40
Compare
Choose a tag to compare

May 17, 2024

πŸ”„ Changed

βœ… Added

  • An originalName property on the User that will hold the name provided when initialized. [#391](#391

1.0.1

13 May 10:38
Compare
Choose a tag to compare

May 10, 2024

πŸ”„ Changed

βœ… Added

  • A viewModifier that allows you to present a view whenever a call ends. #382

1.0.0

02 May 06:55
Compare
Choose a tag to compare

May 01, 2024

πŸ”„ Changed

  • The return type of call.get() is now the API type GetCallResponse which encapsulates the previous CallResponse under the call property. #335
  • Remove Nuke dependency from the SwiftUI SDK. #340
  • members type changed from MemberRequest to Member in startCall and enterLobby in CallViewModel. #368

βœ… Added

  • The SDK now provides a CallKit integration out of the box. #334
  • Infrastructure required for NoiseCancellation support #353
  • User call_display_name property from VoIP push notifications, whenever is available #361

🐞 Fixed

  • An issue where VoIP push notifications for ended calls, were received when the user connects #336

0.5.3

19 Mar 15:42
Compare
Choose a tag to compare

March 19, 2024

🐞 Fixed

  • CallView positioning when placed inside a UIKit container. #329

0.5.2

15 Mar 18:47
Compare
Choose a tag to compare

March 15, 2024

βœ… Added

  • Stats reporting. #313

0.5.1

05 Mar 16:48
Compare
Choose a tag to compare

March 05, 2024

βœ… Added

  • New API that allows adding/removing capturePhotoOutput, videoOutput on the local participant's AVCaptureSession. #301
  • New API that allows zooming the local participant's camera. #301
  • VideoFilters for blurring or setting an image as background. #309

🐞 Fixed

  • Updated Web Socket reconnection logic. #314

0.5.0

16 Feb 10:54
Compare
Choose a tag to compare

February 15, 2024

πŸ”„ Changed

  • The following API changes occurred as part of the redesign. #269 & #270
    • OutgoingCallView now accepts an additional callTopView parameter to align with the updated design.
    • CallParticipantsInfoView and the ViewFactory.makeParticipantsListView method aren't accept the availableFrame anymore.
    • ParticipantsGridLayout orientation parameter isn't required anymore.
    • The onRotate ViewModifier has been removed. You can use the InjectedValues[\.orientationAdapter] which is an ObservableObject that can provide information regarding device orientation.