Releases: GetStream/stream-video-swift
Releases · GetStream/stream-video-swift
1.14.0
November 06, 2024
✅ Added
- You can now provide the incoming video quality setting for some or all participants #571
- You can now set the time a user can remain in the call - after their connection disrupted - while waiting for their network connection to recover #573
- You can now provide the preferred Video stream codec to use #583
- Sync microphone mute state between the SDK and CallKit #590
🐞 Fixed
- Toggling the speaker during a call wasn't always working. #585
- In some cases when joining a call setup wasn't completed correctly which lead in issues during the call (e.g. missing video tracks or mute state not updating). #586
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