Skip to content

Releases: sendbird/sendbird-calls-ios

1.10.21

13 Aug 07:25
a010d9e
Compare
Choose a tag to compare

1.10.21 (Aug 13, 2024)

  • Added DirectCallLogListQuery.Params.startedAt and DirectCallLogListQuery.Params.endedAt, which filter the list of direct call logs by the start and end date of the call.
    • If startedAt is set and endedAt is not set, the range of the query will be start_ts <= callLog.startedAt <= min(now, start_ts + 90 days).
    • If startedAt is not set and endedAt is set, the range of the query will be end_ts - 90 days <= callLog.startedAt <= end_ts.
    • If both startedAt and endedAt are set, the range of the query will be start_ts <= callLog.startedAt <= end_ts.
    • If both are not set, the range is 90 days ago <= callLog.startedAt <= now.

1.10.20

11 Jun 08:04
9254d9a
Compare
Choose a tag to compare

1.10.20 (Jun 11, 2024)

  • Fixed an issue where Room Invitation wouldn't be canceled after 10 seconds. Now, updates to room invitation will be available for 60 seconds before the SDK disconnects from the websocket.

1.10.19

03 Jun 07:54
fc797aa
Compare
Choose a tag to compare

1.10.19 (Jun 3, 2024)

  • Fixed an issue where using local recording would sometimes result in a crash.
  • Fixed an issue where incoming Room invitations would not get canceled.

1.10.18

05 Apr 01:12
602660b
Compare
Choose a tag to compare

1.10.18 (Apr 4, 2024)

  • Updated iOS deployment target to 12.0
  • Updated Xcode version to 15.0
  • Added PrivacyInfo.xcprivacy for Apple Privacy Manifest

Release 1.10.17

14 Mar 13:29
281f60c
Compare
Choose a tag to compare

1.10.17 (Mar 14, 2024)

  • Updated WebRTC dependency version to M118.
  • Improved WebRTC internal logging.

Release 1.10.16

27 Feb 07:14
387a192
Compare
Choose a tag to compare

1.10.16 (Feb 27, 2024)

  • Fix an issue where Push Notifications won't arrive for Rooms Invitations.

Release 1.10.15

08 Feb 00:32
b2ba430
Compare
Choose a tag to compare

1.10.15 (Feb 8, 2024)

  • Stability improvements.

1.10.14

14 Dec 14:12
0e892e2
Compare
Choose a tag to compare

1.10.14 (Dec 14, 2023)

  • When a direct call is ended before connecting, the call will have an end result of DirectCallEndResult.notConnected

Release 1.10.13

16 Aug 12:49
937d29f
Compare
Choose a tag to compare

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

10 Aug 05:27
a4936a6
Compare
Choose a tag to compare

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