Skip to content

Releases: sendbird/sendbird-calls-ios

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.

1.10.8

16 Jun 08:03
Compare
Choose a tag to compare

1.10.8 (Jun 16, 2023)

  • Added DirectCallDelegate.didCalleeReceiveDial to notify the caller when the callee has received the call. This delegate method will be called when the callee has received the SendBirdCallDelegate.didStartRinging event.

1.10.7

23 May 04:55
Compare
Choose a tag to compare

1.10.7 (May 23, 2023)

  • Added SendBirdCall.retrieveMissedDirectCalls to get incoming direct calls that were not received via push notifications.
  • Added SendBirdCallDelegate.didReceiveVoIPException to handle any incorrectly received voip push notifications.

1.10.6

21 Apr 09:58
Compare
Choose a tag to compare

1.10.6 (Apr 21, 2023)

  • Improved connection quality delegate in Direct Calls.

1.10.5

12 Apr 08:00
Compare
Choose a tag to compare

1.10.5 (Apr 12, 2023)

  • Added a feature to detect connection qualities in ongoing Direct Calls.
    • Added ConnectionQualityDelegate
    • Added ConnectionMetrics

1.10.4

22 Mar 13:29
Compare
Choose a tag to compare

1.10.4 (Mar 22, 2023 UTC)

  • Fixed a "virtual filesystem overlay file not found" bug on Xcode.

1.10.3

10 Mar 11:40
Compare
Choose a tag to compare

1.10.3 (Mar 10, 2023 UTC)

  • Added a feature to kick other participants in a room with the same user id as the current user.
    • Added Room.EnterParams.kickSiblings

1.10.2

17 Feb 08:55
Compare
Choose a tag to compare

1.10.2 (Feb 17, 2023 UTC)

  • Fix a bug in Direct Call where the audio output would automatically changes back to earpiece after the call connects.