Skip to content

Releases: sendbird/sendbird-calls-ios

1.10.1

14 Feb 08:48
Compare
Choose a tag to compare

1.10.1 (Feb 14, 2023 UTC)

  • Added room delegates methods to detect local participant's connection with the server.
    • Added RoomDelegate.didLocalParticipantDisconnect
    • Added RoomDelegate.didLocalParticipantReconnect

1.10.0

31 Jan 15:52
Compare
Choose a tag to compare

1.10.0 (Jan 31, 2023 UTC)

  • Added a feature to invite users to enter a room.
    • Added room.sendInvitation(inviteeId:completionHandler:).
    • Added RoomInvitation class to manage invitation.
    • Added roomInvitation.accept, roomInvitation.decline, roomInvitation.cancel.
    • Added RoomDelegate.onInvitationAccepted, RoomDelegate.onInvitationDeclined, RoomDelegate.onInvitationCanceled.
  • Added a new interface to delete a room.
    • Added room.delete.

1.9.7

14 Nov 06:47
Compare
Choose a tag to compare

1.9.7 (Nov 14, 2022 UTC)

  • Fixed an error where audio recording would stop when the audio is put on mute.

1.9.6

13 Oct 06:41
Compare
Choose a tag to compare

1.9.6 (Oct 13, 2022 UTC)

  • Improve stability.

1.9.5

03 Aug 07:30
Compare
Choose a tag to compare
  • Fixed an issue where dial tone will play randomly either from earpiece rather than speaker.
  • Updated SendBirdWebRTC dependency to 1.6.0.

1.9.4

01 Jun 10:28
Compare
Choose a tag to compare

1.9.4 (Jun 1, 2022 UTC)

  • Fixed a bug where statistics for direct calls sometimes returned incorrect values.
  • Improve stability.

1.9.3

20 Apr 17:10
Compare
Choose a tag to compare

1.9.3 (Apr 20, 2022 UTC)

  • Fixed a bug where isAudioEnabled and isVideoEnabled in CallOptions didn't work properly.
  • Removed i386 architecture from the framework.
  • Updated SendBirdWebRTC dependency version to 1.5.0.

1.9.2

15 Dec 10:42
Compare
Choose a tag to compare

1.9.2 (Dec 15, 2021 UTC)

  • Improved stability.

1.9.0

09 Dec 07:23
Compare
Choose a tag to compare

For 1.9.0, a feature to delete a room in Group call is released.

Here is what's been updated:

  • Added didDelete in RoomDelegate which is invoked when the room has been deleted by the Platform API.

1.8.2

19 Nov 14:40
Compare
Choose a tag to compare

1.8.2 (Nov 19, 2021 UTC)

  • Improved stability.