Releases: GetStream/stream-video-swift
Releases Β· GetStream/stream-video-swift
1.0.5
May 28, 2024
π Changed
1.0.4
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 typeGetCallResponse
which encapsulates the previousCallResponse
under thecall
property. #335 - Remove Nuke dependency from the SwiftUI SDK. #340
members
type changed fromMemberRequest
toMember
instartCall
andenterLobby
inCallViewModel
. #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
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
OutgoingCallView
now accepts an additionalcallTopView
parameter to align with the updated design.CallParticipantsInfoView
and theViewFactory.makeParticipantsListView
method aren't accept theavailableFrame
anymore.ParticipantsGridLayout
orientation
parameter isn't required anymore.- The
onRotate
ViewModifier has been removed. You can use theInjectedValues[\.orientationAdapter]
which is an ObservableObject that can provide information regarding device orientation.