Skip to content

Releases: sendbird/sendbird-calls-android

v1.12.0

08 Aug 08:17
Compare
Choose a tag to compare

1.12.0 (Aug 8, 2024)

  • Added DirectCallLogListQuery.Params.setStartedAt and DirectCallLogListQuery.Params.setEndedAt, 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

v1.11.15

22 May 07:03
Compare
Choose a tag to compare

1.11.15 (May 22, 2024 UTC)

  • Fixed the issue where onRecordingSucceeded() was called late when local recording succeeded.

1.11.14 (Apr 12, 2024 UTC)

12 Apr 00:35
Compare
Choose a tag to compare

1.11.14 (Apr 12, 2024 UTC)

  • Fixed the issue where customItems are missing in SendBirdCallListener.onRinging

1.11.13 (Mar 14, 2024 UTC)

14 Mar 10:35
Compare
Choose a tag to compare

1.11.13 (Mar 14, 2024 UTC)

  • Updated the WebRTC version to M118
  • Improved WebRTC internal logging

1.11.12 (Mar 8, 2024 UTC)

08 Mar 05:38
6bc3baf
Compare
Choose a tag to compare

1.11.12 (Mar 8, 2024 UTC)

  • Fixed the Bluetooth Audio Connection Logic

v1.11.11

08 Feb 00:33
Compare
Choose a tag to compare

1.11.11 (Feb 8, 2024 UTC)

  • Stability improvements

1.11.10 (Dec 21, 2023 UTC)

21 Dec 04:16
Compare
Choose a tag to compare

1.11.10 (Dec 21, 2023 UTC)

  • Remove duplicative dependency of WebRTC to allow simultaneous use of Sendbird Calls and Live SDK

1.11.9 (Dec 14, 2023 UTC)

14 Dec 14:16
Compare
Choose a tag to compare

1.11.9 (Dec 14, 2023 UTC)

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

1.11.8 (Nov 10, 2023 UTC)

10 Nov 07:42
83d7df6
Compare
Choose a tag to compare

1.11.8 (Nov 10, 2023 UTC)

  • Fix kotlin version

1.11.7 (Nov 10, 2023)

10 Nov 05:39
Compare
Choose a tag to compare

1.11.7 (Nov 10, 2023)

  • Fix Bluetooth connection issues on Android 11 and below