Skip to content

Releases: sendbird/sendbird-calls-ios

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

Release 1.10.11

02 Aug 07:45
6c54733
Compare
Choose a tag to compare

1.10.11 (Aug 2, 2023)

  • Fix an issue where Direct Call's Connection Quality would report 'Unavailable' for a few seconds after connecting the call.

1.10.10

31 Jul 08:47
8f174b8
Compare
Choose a tag to compare

1.10.10 (Jul 31, 2023)

  • Added support for Direct Call quality monitoring in Sendbird Dashboard.

1.10.9

23 Jun 08:57
Compare
Choose a tag to compare

1.10.9 (Jun 23, 2023)

  • Added DirectCall.ringingSource, which indicates the source of the dial event in DirectCall.
  • Added SendbirdCall.incomingCalls, which returns a list of incoming calls to the current user.