Releases: sendbird/sendbird-calls-ios
Releases · sendbird/sendbird-calls-ios
1.10.21
1.10.21 (Aug 13, 2024)
- Added
DirectCallLogListQuery.Params.startedAt
andDirectCallLogListQuery.Params.endedAt
, which filter the list of direct call logs by the start and end date of the call.- If
startedAt
is set andendedAt
is not set, the range of the query will bestart_ts <= callLog.startedAt <= min(now, start_ts + 90 days)
. - If
startedAt
is not set andendedAt
is set, the range of the query will beend_ts - 90 days <= callLog.startedAt <= end_ts
. - If both
startedAt
andendedAt
are set, the range of the query will bestart_ts <= callLog.startedAt <= end_ts
. - If both are not set, the range is
90 days ago <= callLog.startedAt <= now
.
- If
1.10.20
1.10.19
1.10.18
Release 1.10.17
1.10.17 (Mar 14, 2024)
- Updated WebRTC dependency version to M118.
- Improved WebRTC internal logging.
Release 1.10.16
1.10.16 (Feb 27, 2024)
- Fix an issue where Push Notifications won't arrive for Rooms Invitations.
Release 1.10.15
1.10.15 (Feb 8, 2024)
- Stability improvements.
1.10.14
Release 1.10.13
1.10.13 (Aug 16, 2023)
- Fixed an issue where call will not be properly reconnected after network connection has been lost.
Release 1.10.12
1.10.12 (Aug 10, 2023)
- Fix an issue where Direct Call quality statistics won't be collected when the call is being reconnected.
- Fix an issue where camera would be incorrectly mirrored in Direct Calls.
- Added a feature to track push notification delivery status within the SDK.
- Added
SendBirdCall.markPushNotificationAsDelivered
- Added