Releases: GetStream/stream-video-swift
Releases · GetStream/stream-video-swift
1.13.0
October 08, 2024
🐞 Fixed
- Improved performance on lower end devices #557
- CallKitService access issue when ending calls #566
1.12.0
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
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
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
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
June 10, 2024
✅ Added
- Support for session timers. #425
- Rejecting call contains a reason parameter. #428
1.0.6
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.4
May 27, 2024
🔄 Changed
CallKitAdapter
will dispatch voIP notification reporting to the MainActor. #41
1.0.3
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