Releases: GetStream/stream-video-swift
Releases · GetStream/stream-video-swift
1.0.3
1.0.2
1.0.1
1.0.0
May 01, 2024
🔄 Changed
- The return type of
call.get()is now the API typeGetCallResponsewhich encapsulates the previousCallResponseunder thecallproperty. #335 - Remove Nuke dependency from the SwiftUI SDK. #340
memberstype changed fromMemberRequesttoMemberinstartCallandenterLobbyinCallViewModel. #368
✅ Added
- The SDK now provides a CallKit integration out of the box. #334
- Infrastructure required for NoiseCancellation support #353
- User
call_display_nameproperty 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
0.5.2
0.5.1
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
February 15, 2024
🔄 Changed
- The following API changes occurred as part of the redesign. #269 & #270
OutgoingCallViewnow accepts an additionalcallTopViewparameter to align with the updated design.CallParticipantsInfoViewand theViewFactory.makeParticipantsListViewmethod aren't accept theavailableFrameanymore.ParticipantsGridLayoutorientationparameter isn't required anymore.- The
onRotateViewModifier has been removed. You can use theInjectedValues[\.orientationAdapter]which is an ObservableObject that can provide information regarding device orientation.
0.4.2
December 08, 2023
⚠️ Important
- Nuke dependency is no longer exposed. If you were using this dependency we were exposing, you would need to import it manually. This is due to our newest addition supporting Module Stable XCFramework, see more below in the "Added" section. If you encounter any SPM-related problems, be sure to reset the package caches.
✅ Added
- Add support for pre-built XCFrameworks
- Fast reconnection
- New redesigned UI components. #236
🔄 Changed
- You can now focus on a desired point in the local video stream. #221
- The following API changes occurred as part of the redesign. #221
CornerDragableViewhas been renamed toCornerDraggableViewand initializer changed.LocalParticipantViewModifier&VideoCallParticipantModifiernow accept a few parameters that allow you to further control their presentation.ScreenSharingViewnow accepts aisZoomEnabledparameter to control if the the view will be zoom-able.LocalVideoViewnow accepts aavailableFrameparameter.